ooj commited on
Commit
37e3058
·
verified ·
1 Parent(s): 2c540af

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.5346
22
- - Rouge1: 0.1441
23
- - Rouge2: 0.0498
24
- - Rougel: 0.1187
25
- - Rougelsum: 0.1186
26
  - Gen Len: 20.0
27
 
28
  ## Model description
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
- | No log | 1.0 | 62 | 2.8204 | 0.1335 | 0.0353 | 0.1092 | 0.1093 | 20.0 |
59
- | No log | 2.0 | 124 | 2.6152 | 0.1393 | 0.0447 | 0.1142 | 0.1139 | 20.0 |
60
- | No log | 3.0 | 186 | 2.5523 | 0.1437 | 0.0495 | 0.1176 | 0.1174 | 20.0 |
61
- | No log | 4.0 | 248 | 2.5346 | 0.1441 | 0.0498 | 0.1187 | 0.1186 | 20.0 |
62
 
63
 
64
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.5189
22
+ - Rouge1: 0.1392
23
+ - Rouge2: 0.0476
24
+ - Rougel: 0.1168
25
+ - Rougelsum: 0.1166
26
  - Gen Len: 20.0
27
 
28
  ## Model description
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 1.0 | 62 | 2.8045 | 0.1264 | 0.0365 | 0.107 | 0.1072 | 20.0 |
59
+ | No log | 2.0 | 124 | 2.5956 | 0.1344 | 0.0441 | 0.1124 | 0.1125 | 20.0 |
60
+ | No log | 3.0 | 186 | 2.5364 | 0.1398 | 0.0493 | 0.1169 | 0.1167 | 20.0 |
61
+ | No log | 4.0 | 248 | 2.5189 | 0.1392 | 0.0476 | 0.1168 | 0.1166 | 20.0 |
62
 
63
 
64
  ### Framework versions