root commited on
Commit
9331e4e
1 Parent(s): c569bf1

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  language:
3
  - uk
 
4
  tags:
5
  - t5
6
  ---
@@ -10,6 +11,6 @@ The aim is to compress the mT5-base model to leave only the Ukrainian language a
10
  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.
11
 
12
  Results:
13
- - 582M params -> 244M params
14
  - 250K tokens -> 30K tokens
15
  - 2.2GB size model -> 0.95GB size model
 
1
  ---
2
  language:
3
  - uk
4
+ - en
5
  tags:
6
  - t5
7
  ---
 
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
+ - 582M params -> 244M params (58%)
15
  - 250K tokens -> 30K tokens
16
  - 2.2GB size model -> 0.95GB size model