Commit
af70cd9
1 Parent(s): 5c8588f

update tokenizer config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -60,7 +60,7 @@
60
  "model_max_length": 512,
61
  "padding_side": "right",
62
  "special_tokens_map_file": "special_tokens_map.json",
63
- "use_fast": true
64
  "truncation_side": "right",
65
  "truncation_strategy": "longest_first",
66
  "unk_token": "<unk>"
 
60
  "model_max_length": 512,
61
  "padding_side": "right",
62
  "special_tokens_map_file": "special_tokens_map.json",
63
+ "use_fast": true,
64
  "truncation_side": "right",
65
  "truncation_strategy": "longest_first",
66
  "unk_token": "<unk>"