diallomama
commited on
Commit
•
6c16825
1
Parent(s):
26a0219
update model card README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,25 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- wiki_lingua
|
|
|
|
|
7 |
model-index:
|
8 |
- name: fr-summarization
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# fr-summarization
|
16 |
|
17 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wiki_lingua dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- GEM/wiki_lingua
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
model-index:
|
10 |
- name: fr-summarization
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
+
dataset:
|
16 |
+
name: GEM/wiki_lingua fr
|
17 |
+
type: GEM/wiki_lingua
|
18 |
+
config: fr
|
19 |
+
split: validation
|
20 |
+
args: fr
|
21 |
+
metrics:
|
22 |
+
- name: Rouge1
|
23 |
+
type: rouge
|
24 |
+
value: 100.0
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# fr-summarization
|
31 |
|
32 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the GEM/wiki_lingua fr dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0000
|
35 |
+
- Rouge1: 100.0
|
36 |
+
- Rouge2: 100.0
|
37 |
+
- Rougel: 100.0
|
38 |
+
- Rougelsum: 100.0
|
39 |
+
- Gen Len: 13.9390
|
40 |
|
41 |
## Model description
|
42 |
|