Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/akhooli/mbart-large-cc25-ar-en/README.md
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- translation
|
4 |
+
|
5 |
+
language:
|
6 |
+
- ar
|
7 |
+
- en
|
8 |
+
|
9 |
+
license: mit
|
10 |
+
---
|
11 |
+
### mbart-large-ar-en
|
12 |
+
This is mbart-large-cc25, finetuned on a subset of the OPUS corpus for ar_en.
|
13 |
+
Usage: see [example notebook](https://colab.research.google.com/drive/1I6RFOWMaTpPBX7saJYjnSTddW0TD6H1t?usp=sharing)
|
14 |
+
Note: model has limited training set, not fully trained (do not use for production).
|
15 |
+
Other models by me: [Abed Khooli](https://huggingface.co/akhooli)
|