michael-guenther commited on
Commit
3d87c79
1 Parent(s): 30e6a10

add tokenizer class

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -1
tokenizer_config.json CHANGED
@@ -1 +1,4 @@
1
- {"model_max_length": 512}
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "tokenizer_class": "XLMRobertaTokenizer"
4
+ }