Bauwens commited on
Commit
bf1af7b
1 Parent(s): f9aef84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ To load the tokeniser for this model, do *not* use `AutoTokenizer`. Instead, install [TkTkT](https://github.com/bauwenst/TkTkT) and run:
5
+ ```python
6
+ from tktkt.models.bpe.knockout import BPEKnockout
7
+ tokenizer = BPEKnockout.from_pretrained("Bauwens/RoBERTa-nl_BPE_30k_BPE-knockout_9k")
8
+ ```