K024 commited on
Commit
6da3352
1 Parent(s): 226c237

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ license: cc-by-nc-sa-4.0
15
 
16
  This model is finetuned from [mt5-base](https://huggingface.co/google/mt5-base).
17
 
18
- The model vocabulary is trimmed to ~1/3 by selecting top 85000 tokens in the traning data.
19
 
20
  Usage:
21
  ```python
 
15
 
16
  This model is finetuned from [mt5-base](https://huggingface.co/google/mt5-base).
17
 
18
+ The model vocabulary is trimmed to ~1/3 by selecting top 85000 tokens in the training data. The code to trim the vocabulary can be found [here](https://gist.github.com/K024/4a100a0f4f4b07208958e0f3244da6ad).
19
 
20
  Usage:
21
  ```python