uaritm commited on
Commit
ad8db1a
1 Parent(s): 25a9010

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,3 +5,8 @@ tags:
5
  license: mit
6
  ---
7
 
 
 
 
 
 
 
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)