Commit
•
894e327
1
Parent(s):
46b46f7
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (91cd89dad616e3fe5861c2966674cb85a9ae91bb)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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-es
|
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-es
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: bleu
|
24 |
value: 69.2836
|
25 |
-
|
26 |
-
- en
|
27 |
-
- es
|
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 |
+
- es
|
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-es
|
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-es
|
26 |
metrics:
|
27 |
+
- type: bleu
|
|
|
28 |
value: 69.2836
|
29 |
+
name: Bleu
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|