JuanCadavid commited on
Commit
395331b
1 Parent(s): 597d2a9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -12,23 +12,24 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # t5-small-finetuned-NL2ModelioMQ
14
 
15
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the ModelioMQ 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
 
 
24
 
25
  ## Intended uses & limitations
26
 
27
- This model will be used to assist [Modelio](https://www.modelio.org/) users in writing model queries in the ModelioMQ language.
28
 
29
  ## Training and evaluation data
30
 
31
- The ModelioMQ dataset originates from 79 manually-written NL|ModelioMQ pairs, which have been augmentated using [NLPAug](https://github.com/makcedward/nlpaug)
32
 
33
  ## Training procedure
34
 
@@ -46,15 +47,16 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
- |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
- | 0.0104 | 1.0 | 4449 | 0.0006 | 0.9699 | 0.601 | 0.7235 |
52
- | 0.002 | 2.0 | 8898 | 0.0000 | 0.9788 | 0.6053 | 0.7294 |
53
- | 0.001 | 3.0 | 13347 | 0.0000 | 0.9788 | 0.6053 | 0.7294 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.24.0
59
- - Pytorch 1.12.1+cu113
 
60
  - Tokenizers 0.13.2
 
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.0755
18
+ - Rouge2 Precision: 0.7481
19
+ - Rouge2 Recall: 0.462
20
+ - Rouge2 Fmeasure: 0.5577
21
 
22
  ## Model description
23
 
24
+ More information needed
25
 
26
  ## Intended uses & limitations
27
 
28
+ More information needed
29
 
30
  ## Training and evaluation data
31
 
32
+ More information needed
33
 
34
  ## Training procedure
35
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | No log | 1.0 | 449 | 0.1696 | 0.6061 | 0.3886 | 0.4635 |
53
+ | 0.653 | 2.0 | 898 | 0.0933 | 0.7231 | 0.4496 | 0.5415 |
54
+ | 0.2028 | 3.0 | 1347 | 0.0755 | 0.7481 | 0.462 | 0.5577 |
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.25.1
60
+ - Pytorch 1.13.0+cu116
61
+ - Datasets 2.7.1
62
  - Tokenizers 0.13.2