Commit
•
f482371
1
Parent(s):
b85aaaa
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (a69b443b6f8fe12dadcb2b1ac737cda7e4daf2db)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,20 +7,21 @@ datasets:
|
|
7 |
- kde4
|
8 |
metrics:
|
9 |
- bleu
|
|
|
10 |
model-index:
|
11 |
- name: m2m100_418M-fr
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Sequence-to-sequence Language Modeling
|
15 |
type: text2text-generation
|
|
|
16 |
dataset:
|
17 |
name: kde4
|
18 |
type: kde4
|
19 |
args: en-fr
|
20 |
metrics:
|
21 |
-
-
|
22 |
-
type: bleu
|
23 |
value: 51.1339693938271
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- kde4
|
8 |
metrics:
|
9 |
- bleu
|
10 |
+
base_model: facebook/m2m100_418M
|
11 |
model-index:
|
12 |
- name: m2m100_418M-fr
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text2text-generation
|
16 |
+
name: Sequence-to-sequence Language Modeling
|
17 |
dataset:
|
18 |
name: kde4
|
19 |
type: kde4
|
20 |
args: en-fr
|
21 |
metrics:
|
22 |
+
- type: bleu
|
|
|
23 |
value: 51.1339693938271
|
24 |
+
name: Bleu
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|