ideasbyjin commited on
Commit
78f9161
1 Parent(s): cfd7b92

Tokenizer config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "do_lower_case": false,
3
- "special_tokens_map_file": null,
4
  "full_tokenizer_file": null
5
- }
 
1
  {
2
  "do_lower_case": false,
3
+ "special_tokens_map_file": "special_tokens_map.json",
4
  "full_tokenizer_file": null
5
+ }