chakochen commited on
Commit
0b5a1fa
1 Parent(s): 9f4c632

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 5.5749
22
- - Rouge1: 0.1757
23
  - Rouge2: 0.0
24
- - Rougel: 0.1757
25
- - Rougelsum: 0.1757
26
 
27
  ## Model description
28
 
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
56
- | 20.4559 | 1.0 | 250 | 8.6810 | 0.0 | 0.0 | 0.0 | 0.0 |
57
- | 9.5672 | 2.0 | 500 | 5.4642 | 0.0 | 0.0 | 0.0 | 0.0 |
58
- | 6.3205 | 3.0 | 750 | 5.6638 | 0.0 | 0.0 | 0.0 | 0.0 |
59
- | 5.3432 | 4.0 | 1000 | 5.6325 | 0.1757 | 0.0 | 0.1757 | 0.1757 |
60
- | 4.9042 | 5.0 | 1250 | 5.6978 | 0.0 | 0.0 | 0.0 | 0.0 |
61
- | 4.6882 | 6.0 | 1500 | 5.6566 | 0.0 | 0.0 | 0.0 | 0.0 |
62
- | 4.538 | 7.0 | 1750 | 5.5962 | 0.0 | 0.0 | 0.0 | 0.0 |
63
- | 4.4857 | 8.0 | 2000 | 5.5749 | 0.1757 | 0.0 | 0.1757 | 0.1757 |
64
 
65
 
66
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 3.0350
22
+ - Rouge1: 4.0
23
  - Rouge2: 0.0
24
+ - Rougel: 4.0
25
+ - Rougelsum: 4.0
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
56
+ | 20.4559 | 1.0 | 250 | 9.7574 | 0.0 | 0.0 | 0.0 | 0.0 |
57
+ | 9.5672 | 2.0 | 500 | 4.8087 | 0.0 | 0.0 | 0.0 | 0.0 |
58
+ | 6.3205 | 3.0 | 750 | 3.9127 | 0.2 | 0.0 | 0.2 | 0.2 |
59
+ | 5.3432 | 4.0 | 1000 | 3.5081 | 1.4 | 0.0 | 1.4 | 1.4 |
60
+ | 4.9042 | 5.0 | 1250 | 3.3167 | 2.2 | 0.0 | 2.2 | 2.2 |
61
+ | 4.6882 | 6.0 | 1500 | 3.1341 | 3.2 | 0.0 | 3.2 | 3.2 |
62
+ | 4.538 | 7.0 | 1750 | 3.0736 | 4.0 | 0.0 | 4.0 | 4.0 |
63
+ | 4.4857 | 8.0 | 2000 | 3.0350 | 4.0 | 0.0 | 4.0 | 4.0 |
64
 
65
 
66
  ### Framework versions