codeShare commited on
Commit
e64ae31
·
verified ·
1 Parent(s): f4258dc

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -15
tokenizer_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "backend": "tokenizers",
4
- "bos_token": null,
5
- "clean_up_tokenization_spaces": false,
6
- "eos_token": "<|im_end|>",
7
- "errors": "replace",
8
- "is_local": true,
9
- "local_files_only": false,
10
- "model_max_length": 131072,
11
- "pad_token": "<|endoftext|>",
12
- "split_special_tokens": false,
13
- "tokenizer_class": "Qwen2Tokenizer",
14
- "unk_token": null
15
- }