Add multilingual to the language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,11 +1,13 @@
1
- ---
2
- language:
3
- - en
4
- - lt
5
- widget:
6
- - text: "Let us translate some text to Livonian!"
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.