jaeyong2 commited on
Commit
98c4017
1 Parent(s): e25024d

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +2 -16
  2. tokenizer_config.json +0 -7
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 2048
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 151643,
16
- "pad_type_id": 0,
17
- "pad_token": "<|endoftext|>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 151643,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 151643,
tokenizer_config.json CHANGED
@@ -199,16 +199,9 @@
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
- "max_length": 2048,
203
  "model_max_length": 131072,
204
- "pad_to_multiple_of": null,
205
  "pad_token": "<|endoftext|>",
206
- "pad_token_type_id": 0,
207
- "padding_side": "right",
208
  "split_special_tokens": false,
209
- "stride": 0,
210
  "tokenizer_class": "Qwen2Tokenizer",
211
- "truncation_side": "right",
212
- "truncation_strategy": "longest_first",
213
  "unk_token": null
214
  }
 
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
 
202
  "model_max_length": 131072,
 
203
  "pad_token": "<|endoftext|>",
 
 
204
  "split_special_tokens": false,
 
205
  "tokenizer_class": "Qwen2Tokenizer",
 
 
206
  "unk_token": null
207
  }