Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -2,9 +2,24 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: mt5-xl-tr-summarization
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +27,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# mt5-xl-tr-summarization
|
14 |
|
15 |
-
This model is a fine-tuned version of [google/mt5-xl](https://huggingface.co/google/mt5-xl) on the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- musabg/wikipedia-tr-summarization
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
model-index:
|
10 |
- name: mt5-xl-tr-summarization
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
+
dataset:
|
16 |
+
name: musabg/wikipedia-tr-summarization
|
17 |
+
type: musabg/wikipedia-tr-summarization
|
18 |
+
split: validation
|
19 |
+
metrics:
|
20 |
+
- name: Rouge1
|
21 |
+
type: rouge
|
22 |
+
value: 56.4468
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# mt5-xl-tr-summarization
|
29 |
|
30 |
+
This model is a fine-tuned version of [google/mt5-xl](https://huggingface.co/google/mt5-xl) on the musabg/wikipedia-tr-summarization dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.5676
|
33 |
+
- Rouge1: 56.4468
|
34 |
+
- Rouge2: 41.3258
|
35 |
+
- Rougel: 48.1909
|
36 |
+
- Rougelsum: 48.4284
|
37 |
+
- Gen Len: 75.9265
|
38 |
|
39 |
## Model description
|
40 |
|