xv0y5ncu commited on
Commit
d664076
·
verified ·
1 Parent(s): 467759c

Fix tokenizer_config: tokenizer_class=GPT2TokenizerFast

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -4,14 +4,21 @@
4
  "bos_token": "<|im_start|>",
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
 
7
  "errors": "replace",
8
  "extra_special_tokens": [
9
  "<|im_start|>",
10
  "<|im_end|>"
11
  ],
 
12
  "is_local": false,
 
13
  "model_max_length": 8192,
14
  "pad_token": "<|im_end|>",
 
 
 
15
  "unk_token": "<|endoftext|>",
 
16
  "vocab_size": 49152
17
  }
 
4
  "bos_token": "<|im_start|>",
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
7
+ "eot_token": "▁<EOT>",
8
  "errors": "replace",
9
  "extra_special_tokens": [
10
  "<|im_start|>",
11
  "<|im_end|>"
12
  ],
13
+ "fill_token": "<FILL_ME>",
14
  "is_local": false,
15
+ "middle_token": "▁<MID>",
16
  "model_max_length": 8192,
17
  "pad_token": "<|im_end|>",
18
+ "prefix_token": "▁<PRE>",
19
+ "suffix_token": "▁<SUF>",
20
+ "tokenizer_class": "GPT2TokenizerFast",
21
  "unk_token": "<|endoftext|>",
22
+ "use_default_system_prompt": false,
23
  "vocab_size": 49152
24
  }