cointegrated lbourdois commited on
Commit
fb73c69
1 Parent(s): d2e012d

Add multilingual to the language tag (#1)

Browse files

- Add multilingual to the language tag (111dcef8cf38f14ecbea9f1773db773d8c46c589)


Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>

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