RoBERTa-nl_BPE_39k / README.md
Bauwens's picture
Update README.md
1715b21 verified
metadata
license: apache-2.0

To load the tokeniser for this model, do not use AutoTokenizer. Instead, install TkTkT and run:

from tktkt.models.bpe.base import ClassicBPE
tokenizer = ClassicBPE.from_pretrained("Bauwens/RoBERTa-nl_BPE_39k")