celinely commited on
Commit
64a7aaf
1 Parent(s): a2cd197

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0021
19
- - Rouge1: 99.9243
20
- - Rouge2: 99.8667
21
- - Rougel: 99.9251
22
- - Rougelsum: 99.9254
23
 
24
  ## Model description
25
 
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
54
- | 0.0503 | 1.0 | 167 | 0.0129 | 99.3706 | 97.6536 | 98.5166 | 99.3829 |
55
- | 0.0245 | 2.0 | 334 | 0.0054 | 99.7198 | 99.2156 | 99.5022 | 99.7181 |
56
- | 0.0135 | 3.0 | 501 | 0.0021 | 99.9243 | 99.8667 | 99.9251 | 99.9254 |
57
 
58
 
59
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.0001
19
+ - Rouge1: 100.0
20
+ - Rouge2: 100.0
21
+ - Rougel: 100.0
22
+ - Rougelsum: 100.0
23
 
24
  ## Model description
25
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:------:|:---------:|
54
+ | 0.0202 | 1.0 | 167 | 0.0006 | 99.978 | 99.9587 | 99.978 | 99.978 |
55
+ | 0.0034 | 2.0 | 334 | 0.0001 | 100.0 | 100.0 | 100.0 | 100.0 |
56
+ | 0.0019 | 3.0 | 501 | 0.0001 | 100.0 | 100.0 | 100.0 | 100.0 |
57
 
58
 
59
  ### Framework versions