JuanCadavid commited on
Commit
e5c53e3
1 Parent(s): 4b087f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -12,7 +12,7 @@ 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 an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.0000
18
  - Rouge2 Precision: 0.9788
@@ -21,15 +21,14 @@ It achieves the following results on the evaluation set:
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
 
 
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
 
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