newtechdevng commited on
Commit
7a32842
·
verified ·
1 Parent(s): f8b4ad2

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -4
tokenizer_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "add_prefix_space": false,
3
- "backend": "tokenizers",
4
  "bos_token": "<|im_start|>",
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
@@ -8,10 +7,9 @@
8
  "<|im_start|>",
9
  "<|im_end|>"
10
  ],
11
- "is_local": false,
12
  "model_max_length": 8192,
13
  "pad_token": "<|im_end|>",
14
- "tokenizer_class": "TokenizersBackend",
15
  "unk_token": "<|endoftext|>",
16
  "vocab_size": 49152
17
- }
 
1
  {
2
  "add_prefix_space": false,
 
3
  "bos_token": "<|im_start|>",
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|im_end|>",
 
7
  "<|im_start|>",
8
  "<|im_end|>"
9
  ],
 
10
  "model_max_length": 8192,
11
  "pad_token": "<|im_end|>",
12
+ "tokenizer_class": "PreTrainedTokenizerFast",
13
  "unk_token": "<|endoftext|>",
14
  "vocab_size": 49152
15
+ }