Update README.md
Browse files
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
|
| 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
|