hotchpotch commited on
Commit
af09edf
·
verified ·
1 Parent(s): 627cee9

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -94,5 +94,6 @@
94
  "sp_model_kwargs": {},
95
  "task": null,
96
  "tokenizer_class": "XLMRobertaTokenizer",
97
- "unk_token": "<unk>"
 
98
  }
 
94
  "sp_model_kwargs": {},
95
  "task": null,
96
  "tokenizer_class": "XLMRobertaTokenizer",
97
+ "unk_token": "<unk>",
98
+ "use_fast": false
99
  }