redityaa commited on
Commit
e2166b9
·
verified ·
1 Parent(s): 260a0f1

Upload tokenizer

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