Add multilingual to the language tag
Browse filesHi! A PR to add multilingual to the language tag to improve the referencing.
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
-
language:
|
|
|
|
|
|
|
|
|
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 |
|