File size: 292 Bytes
6cfe77a 1715b21 |
1 2 3 4 5 6 7 8 |
---
license: apache-2.0
---
To load the tokeniser for this model, do *not* use `AutoTokenizer`. Instead, install [TkTkT](https://github.com/bauwenst/TkTkT) and run:
```python
from tktkt.models.bpe.base import ClassicBPE
tokenizer = ClassicBPE.from_pretrained("Bauwens/RoBERTa-nl_BPE_39k")
``` |