TurkishCodeMan commited on
Commit
70ca695
·
verified ·
1 Parent(s): 4fdd452

Delete tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -19
tokenizer_config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "backend": "tokenizers",
4
- "bos_token": "<|im_start|>",
5
- "clean_up_tokenization_spaces": false,
6
- "eos_token": "<|im_end|>",
7
- "extra_special_tokens": [
8
- "<|endoftext|>"
9
- ],
10
- "is_local": true,
11
- "legacy": true,
12
- "model_max_length": 1000000000000000019884624838656,
13
- "pad_token": "<unk>",
14
- "sp_model_kwargs": {},
15
- "spaces_between_special_tokens": false,
16
- "tokenizer_class": "TokenizersBackend",
17
- "unk_token": "<unk>",
18
- "use_default_system_prompt": false
19
- }