JuanCadavid commited on
Commit
b767f64
1 Parent(s): 1d67d17

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -13
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - generator
7
  model-index:
8
  - name: t5-small-finetuned-NL2ModelioMQ
9
  results: []
@@ -14,12 +12,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # t5-small-finetuned-NL2ModelioMQ
16
 
17
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the generator dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0000
20
- - Rouge2 Precision: 0.9789
21
- - Rouge2 Recall: 0.6056
22
- - Rouge2 Fmeasure: 0.7296
23
 
24
  ## Model description
25
 
@@ -44,23 +42,20 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 5
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
53
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
54
- | 0.0095 | 1.0 | 4449 | 0.0005 | 0.9702 | 0.6012 | 0.7238 |
55
- | 0.0015 | 2.0 | 8898 | 0.0000 | 0.9789 | 0.6056 | 0.7296 |
56
- | 0.0006 | 3.0 | 13347 | 0.0000 | 0.9789 | 0.6056 | 0.7296 |
57
- | 0.0004 | 4.0 | 17796 | 0.0000 | 0.9789 | 0.6056 | 0.7296 |
58
- | 0.0003 | 5.0 | 22245 | 0.0000 | 0.9789 | 0.6056 | 0.7296 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.24.0
64
  - Pytorch 1.12.1+cu113
65
- - Datasets 2.7.1
66
  - Tokenizers 0.13.2
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: t5-small-finetuned-NL2ModelioMQ
7
  results: []
 
12
 
13
  # t5-small-finetuned-NL2ModelioMQ
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: 0.0000
18
+ - Rouge2 Precision: 0.9788
19
+ - Rouge2 Recall: 0.6053
20
+ - Rouge2 Fmeasure: 0.7294
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | 0.0104 | 1.0 | 4449 | 0.0006 | 0.9699 | 0.601 | 0.7235 |
53
+ | 0.002 | 2.0 | 8898 | 0.0000 | 0.9788 | 0.6053 | 0.7294 |
54
+ | 0.001 | 3.0 | 13347 | 0.0000 | 0.9788 | 0.6053 | 0.7294 |
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.24.0
60
  - Pytorch 1.12.1+cu113
 
61
  - Tokenizers 0.13.2