Update README.md

This commit is contained in:
Nicolas Patry
2020-11-02 16:07:35 +01:00
committed by Anthony MOI
parent d788a950ac
commit b35d514785

View File

@ -54,7 +54,7 @@ from tokenizers.pre_tokenizers import Whitespace
tokenizer.pre_tokenizer = Whitespace()
```
Then training your tokenizer on a set of files jsut takes two lines of codes:
Then training your tokenizer on a set of files just takes two lines of codes:
```python
from tokenizers.trainers import BpeTrainer