update model card README.md
Browse files
README.md
CHANGED
@@ -12,17 +12,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# t5-base-tag-generation
|
14 |
|
15 |
-
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- eval_loss:
|
18 |
-
- eval_rouge1:
|
19 |
-
- eval_rouge2:
|
20 |
-
- eval_rougeL:
|
21 |
-
- eval_rougeLsum:
|
22 |
-
- eval_gen_len:
|
23 |
-
- eval_runtime:
|
24 |
-
- eval_samples_per_second: 3.
|
25 |
-
- eval_steps_per_second: 0.
|
26 |
- epoch: 0.23
|
27 |
- step: 1500
|
28 |
|
|
|
12 |
|
13 |
# t5-base-tag-generation
|
14 |
|
15 |
+
This model is a fine-tuned version of [fabiochiu/t5-base-tag-generation](https://huggingface.co/fabiochiu/t5-base-tag-generation) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 0.9747
|
18 |
+
- eval_rouge1: 34.3533
|
19 |
+
- eval_rouge2: 17.2404
|
20 |
+
- eval_rougeL: 32.5248
|
21 |
+
- eval_rougeLsum: 32.5145
|
22 |
+
- eval_gen_len: 15.583
|
23 |
+
- eval_runtime: 329.0338
|
24 |
+
- eval_samples_per_second: 3.039
|
25 |
+
- eval_steps_per_second: 0.38
|
26 |
- epoch: 0.23
|
27 |
- step: 1500
|
28 |
|