spitfire4794 commited on
Commit
d168636
·
verified ·
1 Parent(s): d494ea2

Update tokenizer_class to LlamaTokenizerFast for GGUF compatibility

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +23 -23
tokenizer_config.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "backend": "tokenizers",
3
- "bos_token": "<|endoftext|>",
4
- "clean_up_tokenization_spaces": false,
5
- "eos_token": "<|im_end|>",
6
- "extra_special_tokens": [
7
- "<|im_start|>",
8
- "<|im_end|>",
9
- "<|tool_call|>",
10
- "<|/tool_call|>",
11
- "<|tool_response|>",
12
- "<|begin_of_thought|>",
13
- "<|end_of_thought|>",
14
- "<|reserved_0|>",
15
- "<|reserved_1|>"
16
- ],
17
- "is_local": false,
18
- "local_files_only": false,
19
- "model_max_length": 1000000000000000019884624838656,
20
- "pad_token": "<|endoftext|>",
21
- "tokenizer_class": "TokenizersBackend",
22
- "unk_token": "<|endoftext|>"
23
- }
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|im_end|>",
6
+ "extra_special_tokens": [
7
+ "<|im_start|>",
8
+ "<|im_end|>",
9
+ "<|tool_call|>",
10
+ "<|/tool_call|>",
11
+ "<|tool_response|>",
12
+ "<|begin_of_thought|>",
13
+ "<|end_of_thought|>",
14
+ "<|reserved_0|>",
15
+ "<|reserved_1|>"
16
+ ],
17
+ "is_local": false,
18
+ "local_files_only": false,
19
+ "model_max_length": 1000000000000000019884624838656,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "LlamaTokenizerFast",
22
+ "unk_token": "<|endoftext|>"
23
+ }