Commit
•
73cb3bb
1
Parent(s):
7610311
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c9b990e059ea04fc17c95c2ac588d389feb3a576)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -6,12 +9,14 @@ datasets:
|
|
6 |
- cartesinus/iva_mt_wslot
|
7 |
metrics:
|
8 |
- bleu
|
|
|
|
|
9 |
model-index:
|
10 |
- name: iva_mt_wslot-m2m100_418M-en-pt
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Sequence-to-sequence Language Modeling
|
14 |
type: text2text-generation
|
|
|
15 |
dataset:
|
16 |
name: iva_mt_wslot
|
17 |
type: iva_mt_wslot
|
@@ -19,13 +24,9 @@ model-index:
|
|
19 |
split: validation
|
20 |
args: en-pt
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: bleu
|
24 |
value: 67.0512
|
25 |
-
|
26 |
-
- en
|
27 |
-
- pt
|
28 |
-
pipeline_tag: translation
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- pt
|
5 |
license: mit
|
6 |
tags:
|
7 |
- generated_from_trainer
|
|
|
9 |
- cartesinus/iva_mt_wslot
|
10 |
metrics:
|
11 |
- bleu
|
12 |
+
pipeline_tag: translation
|
13 |
+
base_model: facebook/m2m100_418M
|
14 |
model-index:
|
15 |
- name: iva_mt_wslot-m2m100_418M-en-pt
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: text2text-generation
|
19 |
+
name: Sequence-to-sequence Language Modeling
|
20 |
dataset:
|
21 |
name: iva_mt_wslot
|
22 |
type: iva_mt_wslot
|
|
|
24 |
split: validation
|
25 |
args: en-pt
|
26 |
metrics:
|
27 |
+
- type: bleu
|
|
|
28 |
value: 67.0512
|
29 |
+
name: Bleu
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|