Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,12 @@
|
|
2 |
language: ["uk", "en"]
|
3 |
tags:
|
4 |
- ukrainian
|
|
|
5 |
license: mit
|
6 |
---
|
7 |
|
8 |
This is a variant of the [google/mt5-base](https://huggingface.co/google/mt5-base) model, in which only Ukrainian and some English words remain.
|
9 |
|
10 |
-
|
11 |
The creation of this model is described in the post [How to adapt a multilingual T5 model for one language] (https://cointegrated.medium.com/how-to-adapt-a-multilingual-t5-model-for- a-single-language-b9f94f3d9c90 ) along with the source code.
|
12 |
Special thanks for the practical example and inspiration: [cointegrated ](https://huggingface.co/cointegrated)
|
|
|
2 |
language: ["uk", "en"]
|
3 |
tags:
|
4 |
- ukrainian
|
5 |
+
- english
|
6 |
license: mit
|
7 |
---
|
8 |
|
9 |
This is a variant of the [google/mt5-base](https://huggingface.co/google/mt5-base) model, in which only Ukrainian and some English words remain.
|
10 |
|
11 |
+
This model has 252M parameters - 43% of the original size.
|
12 |
The creation of this model is described in the post [How to adapt a multilingual T5 model for one language] (https://cointegrated.medium.com/how-to-adapt-a-multilingual-t5-model-for- a-single-language-b9f94f3d9c90 ) along with the source code.
|
13 |
Special thanks for the practical example and inspiration: [cointegrated ](https://huggingface.co/cointegrated)
|