vdmbrsv commited on
Commit
9c5bbd6
·
verified ·
1 Parent(s): fcd72ea

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -2
tokenizer_config.json CHANGED
@@ -171,5 +171,6 @@
171
  "tokenizer_class": "PreTrainedTokenizerFast",
172
  "truncation_side": "right",
173
  "truncation_strategy": "longest_first",
174
- "unk_token": "<|unk|>"
175
- }
 
 
171
  "tokenizer_class": "PreTrainedTokenizerFast",
172
  "truncation_side": "right",
173
  "truncation_strategy": "longest_first",
174
+ "unk_token": "<|unk|>",
175
+ "return_token_type_ids": false
176
+ }