Commit
•
4b302ff
1
Parent(s):
e7f0b11
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (2f08768102ee91ca0a769d685f2b1f4a9e3093c7)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -6,12 +6,13 @@ datasets:
|
|
6 |
- wmt16
|
7 |
metrics:
|
8 |
- bleu
|
|
|
9 |
model-index:
|
10 |
- name: opus-mt-tr-en-finetuned-en-to-tr
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Sequence-to-sequence Language Modeling
|
14 |
type: text2text-generation
|
|
|
15 |
dataset:
|
16 |
name: wmt16
|
17 |
type: wmt16
|
@@ -19,9 +20,9 @@ model-index:
|
|
19 |
split: train
|
20 |
args: tr-en
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: bleu
|
24 |
value: 6.471
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- wmt16
|
7 |
metrics:
|
8 |
- bleu
|
9 |
+
base_model: Helsinki-NLP/opus-mt-tr-en
|
10 |
model-index:
|
11 |
- name: opus-mt-tr-en-finetuned-en-to-tr
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: text2text-generation
|
15 |
+
name: Sequence-to-sequence Language Modeling
|
16 |
dataset:
|
17 |
name: wmt16
|
18 |
type: wmt16
|
|
|
20 |
split: train
|
21 |
args: tr-en
|
22 |
metrics:
|
23 |
+
- type: bleu
|
|
|
24 |
value: 6.471
|
25 |
+
name: Bleu
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|