iamnowhere commited on
Commit
5d25a1e
·
1 Parent(s): 3441ba6

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -3
  2. tokenizer_config.json +2 -3
special_tokens_map.json CHANGED
@@ -1,3 +1 @@
1
- {
2
- "pad_token": "<|endoftext|>"
3
- }
 
1
+ {}
 
 
tokenizer_config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
  "auto_map": {
3
  "AutoTokenizer": [
4
- "tokenization_qwen.QWenTokenizer",
5
  null
6
  ]
7
  },
8
  "clean_up_tokenization_spaces": true,
9
- "model_max_length": 512,
10
- "padding_side": "right",
11
  "tokenizer_class": "QWenTokenizer"
12
  }
 
1
  {
2
  "auto_map": {
3
  "AutoTokenizer": [
4
+ "Qwen/Qwen-1_8B-Chat--tokenization_qwen.QWenTokenizer",
5
  null
6
  ]
7
  },
8
  "clean_up_tokenization_spaces": true,
9
+ "model_max_length": 8192,
 
10
  "tokenizer_class": "QWenTokenizer"
11
  }