pedrogarcias commited on
Commit
aa24052
·
1 Parent(s): 3403447

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [unicamp-dl/ptt5-base-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-base-t5-vocab) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 10.5445
18
  - Rouge2 Precision: 0.0429
19
  - Rouge2 Recall: 0.0139
20
  - Rouge2 Fmeasure: 0.021
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
  |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
- | No log | 1.0 | 2 | 28.1140 | 0.0429 | 0.0139 | 0.021 |
53
- | No log | 2.0 | 4 | 22.9401 | 0.0429 | 0.0139 | 0.021 |
54
- | No log | 3.0 | 6 | 15.2867 | 0.0429 | 0.0139 | 0.021 |
55
- | No log | 4.0 | 8 | 12.0133 | 0.0429 | 0.0139 | 0.021 |
56
- | No log | 5.0 | 10 | 10.5445 | 0.0429 | 0.0139 | 0.021 |
57
 
58
 
59
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [unicamp-dl/ptt5-base-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-base-t5-vocab) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.1636
18
  - Rouge2 Precision: 0.0429
19
  - Rouge2 Recall: 0.0139
20
  - Rouge2 Fmeasure: 0.021
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
  |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | No log | 1.0 | 2 | 10.5445 | 0.0429 | 0.0139 | 0.021 |
53
+ | No log | 2.0 | 4 | 7.0508 | 0.0429 | 0.0139 | 0.021 |
54
+ | No log | 3.0 | 6 | 5.0775 | 0.0429 | 0.0139 | 0.021 |
55
+ | No log | 4.0 | 8 | 3.9094 | 0.0429 | 0.0139 | 0.021 |
56
+ | No log | 5.0 | 10 | 3.1636 | 0.0429 | 0.0139 | 0.021 |
57
 
58
 
59
  ### Framework versions