Commit
•
af158f9
1
Parent(s):
b607769
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (33ec4a3014da5070108453ff2db43d7e7140a758)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- bleu
|
|
|
|
|
7 |
model-index:
|
8 |
- name: opus-mt-mul-en-finetuned-lfn-to-en
|
9 |
results: []
|
10 |
-
language:
|
11 |
-
- lfn
|
12 |
-
pipeline_tag: translation
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- lfn
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- bleu
|
9 |
+
pipeline_tag: translation
|
10 |
+
base_model: Helsinki-NLP/opus-mt-mul-en
|
11 |
model-index:
|
12 |
- name: opus-mt-mul-en-finetuned-lfn-to-en
|
13 |
results: []
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|