Commit
·
395331b
1
Parent(s):
597d2a9
update model card README.md
Browse files
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
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Rouge2 Precision: 0.
|
19 |
-
- Rouge2 Recall: 0.
|
20 |
-
- Rouge2 Fmeasure: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
-
|
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
|
50 |
-
|
51 |
-
|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 1.
|
|
|
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
|