root
commited on
Commit
·
80052b0
1
Parent(s):
e723d9a
add readme
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- uk
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- t5
|
7 |
+
---
|
8 |
+
|
9 |
+
The aim is to compress the mT5-large model to leave only the Ukrainian language and some basic English.
|
10 |
+
|
11 |
+
Reproduced the similar result (but with another language) from [this](https://towardsdatascience.com/how-to-adapt-a-multilingual-t5-model-for-a-single-language-b9f94f3d9c90) medium article.
|
12 |
+
|
13 |
+
Results:
|
14 |
+
- 1.2B params -> 779M params (37%)
|
15 |
+
- 250K tokens -> 8900 tokens
|
16 |
+
- 4.6GB size model -> 2.9GB size model
|