system HF staff commited on
Commit
490bfd4
1 Parent(s): 16cd8ff

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -1
tokenizer_config.json CHANGED
@@ -1 +1,6 @@
1
- {"do_lower_case": true, "model_max_length": 512, "special_tokens_map_file": "/root/.cache/torch/transformers/52cdbd79e510e4e5971234892342d3c84cfee7b85668b685a7429473ec5db18c.275045728fbf41c11d3dae08b8742c054377e18d92cc7b72b6351152a99b64e4", "full_tokenizer_file": null}
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "model_max_length": 512,
4
+ "special_tokens_map_file": "special_tokens_map.json",
5
+ "full_tokenizer_file": null
6
+ }