update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: google/mt5-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: tst-summarization
|
8 |
results: []
|
@@ -14,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# tst-summarization
|
15 |
|
16 |
This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
3 |
base_model: google/mt5-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
model-index:
|
9 |
- name: tst-summarization
|
10 |
results: []
|
|
|
16 |
# tst-summarization
|
17 |
|
18 |
This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 30.3505
|
21 |
+
- Rouge1: 2.7855
|
22 |
+
- Rouge2: 0.0203
|
23 |
+
- Rougel: 2.2791
|
24 |
+
- Rougelsum: 2.2817
|
25 |
+
- Gen Len: 119.3571
|
26 |
|
27 |
## Model description
|
28 |
|