RickyChen-Infinirc commited on
Commit
d75730d
·
verified ·
1 Parent(s): 4f59cf1

Delete tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -12
tokenizer_config.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "backend": "tokenizers",
3
- "clean_up_tokenization_spaces": false,
4
- "do_lower_case": false,
5
- "eos_token": "<|endoftext|>",
6
- "is_local": true,
7
- "model_max_length": 128000,
8
- "pad_token": "<|endoftext|>",
9
- "padding_side": "left",
10
- "remove_space": false,
11
- "tokenizer_class": "TokenizersBackend"
12
- }