Add multilingual to the language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- language: ["ru", "en"]
 
 
 
 
3
  tags:
4
  - russian
5
- license: mit
6
  ---
7
  This is a smaller version of the [google/mt5-base](https://huggingface.co/google/mt5-base) model with only Russian and some English embeddings left.
8
 
1
  ---
2
+ language:
3
+ - ru
4
+ - en
5
+ - multilingual
6
+ license: mit
7
  tags:
8
  - russian
 
9
  ---
10
  This is a smaller version of the [google/mt5-base](https://huggingface.co/google/mt5-base) model with only Russian and some English embeddings left.
11