update model card README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# t5-small-train
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
14 |
# t5-small-train
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 4.1125
|
19 |
+
- eval_rouge1: 30.7616
|
20 |
+
- eval_rouge2: 12.0164
|
21 |
+
- eval_rougeL: 26.1888
|
22 |
+
- eval_rougeLsum: 27.0841
|
23 |
+
- eval_runtime: 11.6689
|
24 |
+
- eval_samples_per_second: 13.026
|
25 |
+
- eval_steps_per_second: 1.371
|
26 |
+
- step: 0
|
27 |
|
28 |
## Model description
|
29 |
|