JuanCadavid commited on
Commit
3c35152
1 Parent(s): f36d979

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 [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.6907
18
  - Rouge2 Precision: 0.0
19
  - Rouge2 Recall: 0.0
20
  - Rouge2 Fmeasure: 0.0
@@ -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 | 1 | 3.9863 | 0.0 | 0.0 | 0.0 |
53
- | No log | 2.0 | 2 | 3.1873 | 0.0 | 0.0 | 0.0 |
54
- | No log | 3.0 | 3 | 3.1873 | 0.0 | 0.0 | 0.0 |
55
- | No log | 4.0 | 4 | 3.1873 | 0.0 | 0.0 | 0.0 |
56
- | No log | 5.0 | 5 | 2.6907 | 0.0 | 0.0 | 0.0 |
57
 
58
 
59
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.5288
18
  - Rouge2 Precision: 0.0
19
  - Rouge2 Recall: 0.0
20
  - Rouge2 Fmeasure: 0.0
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
  |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | No log | 1.0 | 5 | 3.0048 | 0.0 | 0.0 | 0.0 |
53
+ | No log | 2.0 | 10 | 2.7481 | 0.0 | 0.0 | 0.0 |
54
+ | No log | 3.0 | 15 | 2.6578 | 0.0 | 0.0 | 0.0 |
55
+ | No log | 4.0 | 20 | 2.5725 | 0.0 | 0.0 | 0.0 |
56
+ | No log | 5.0 | 25 | 2.5288 | 0.0 | 0.0 | 0.0 |
57
 
58
 
59
  ### Framework versions