Merge pull request #60 from adelevie/patch-1

Typo in README.md
This commit is contained in:
MOI Anthony
2020-01-14 09:18:58 -05:00
committed by GitHub

View File

@ -59,7 +59,7 @@ Encoding(num_tokens=13, attributes=[ids, type_ids, tokens, offsets, attention_ma
'😁'
```
And training an new vocabulary is just as easy:
And training a new vocabulary is just as easy:
```python
# You can also train a BPE/Byte-levelBPE/WordPiece vocabulary on your own files