kiviki commited on
Commit
4d2e324
1 Parent(s): 3649147

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 16.0857
20
- - Rouge1: 2.0538
21
- - Rouge2: 0.0
22
- - Rougel: 1.9048
23
- - Rougelsum: 2.0124
24
 
25
  ## Model description
26
 
@@ -51,14 +51,14 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
54
- | 30.464 | 1.0 | 2 | 17.7365 | 2.8571 | 0.0 | 2.8571 | 2.619 |
55
- | 14.821 | 2.0 | 4 | 17.3584 | 2.8571 | 0.0 | 2.8571 | 2.619 |
56
- | 22.1114 | 3.0 | 6 | 17.1870 | 2.8571 | 0.0 | 2.8571 | 2.619 |
57
- | 18.8111 | 4.0 | 8 | 17.0857 | 2.1429 | 0.0 | 1.9048 | 2.1429 |
58
- | 22.5286 | 5.0 | 10 | 16.8012 | 2.1429 | 0.0 | 1.9048 | 2.1429 |
59
- | 51.2947 | 6.0 | 12 | 16.4472 | 2.0952 | 0.0 | 1.9048 | 2.0952 |
60
- | 16.0488 | 7.0 | 14 | 16.2174 | 2.0538 | 0.0 | 1.9048 | 2.0124 |
61
- | 19.0999 | 8.0 | 16 | 16.0857 | 2.0538 | 0.0 | 1.9048 | 2.0124 |
62
 
63
 
64
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 8.7815
20
+ - Rouge1: 4.2262
21
+ - Rouge2: 0.4191
22
+ - Rougel: 3.9794
23
+ - Rougelsum: 4.0106
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
54
+ | 24.5955 | 1.0 | 13 | 14.1001 | 3.1611 | 0.5122 | 2.9982 | 3.0234 |
55
+ | 21.452 | 2.0 | 26 | 12.4275 | 3.4559 | 0.5141 | 3.2461 | 3.256 |
56
+ | 19.6974 | 3.0 | 39 | 11.2369 | 3.5799 | 0.5058 | 3.4025 | 3.4185 |
57
+ | 18.2054 | 4.0 | 52 | 10.0774 | 4.0976 | 0.5831 | 3.8641 | 3.8412 |
58
+ | 15.314 | 5.0 | 65 | 9.5101 | 3.9583 | 0.4948 | 3.7593 | 3.7337 |
59
+ | 14.3465 | 6.0 | 78 | 9.0434 | 4.1681 | 0.437 | 3.8628 | 3.8584 |
60
+ | 15.0109 | 7.0 | 91 | 8.8574 | 4.3665 | 0.5 | 4.086 | 4.1242 |
61
+ | 15.2609 | 8.0 | 104 | 8.7815 | 4.2262 | 0.4191 | 3.9794 | 4.0106 |
62
 
63
 
64
  ### Framework versions