Commit
•
9f7bd76
1
Parent(s):
16d92cf
Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (49875963057ca943a55c775b09e6d5ec43732f46)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
- lt
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
# Livonian NMT
|
10 |
|
|
|
|
|
|
|
11 |
This model translates English, Estonian and Latvian into Livonian. It is based on [m2m100_418M](https://huggingface.co/facebook/m2m100_418M), fine-tuned to all-to-Livonian data from the [liv4ever](https://huggingface.co/datasets/tartuNLP/liv4ever-data) dataset.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- lt
|
5 |
+
- multilingual
|
6 |
+
widget:
|
7 |
+
- text: Let us translate some text to Livonian!
|
8 |
+
---
|
|
|
9 |
|
10 |
+
|
11 |
+
# Livonian NMT
|
12 |
+
|
13 |
This model translates English, Estonian and Latvian into Livonian. It is based on [m2m100_418M](https://huggingface.co/facebook/m2m100_418M), fine-tuned to all-to-Livonian data from the [liv4ever](https://huggingface.co/datasets/tartuNLP/liv4ever-data) dataset.
|