Nayantheboss commited on
Commit
8e4c73c
·
verified ·
1 Parent(s): e178f42

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -7
tokenizer_config.json CHANGED
@@ -231,16 +231,9 @@
231
  "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
- "max_length": 512,
235
  "model_max_length": 131072,
236
- "pad_to_multiple_of": null,
237
  "pad_token": "<|endoftext|>",
238
- "pad_token_type_id": 0,
239
- "padding_side": "right",
240
  "split_special_tokens": false,
241
- "stride": 0,
242
  "tokenizer_class": "Qwen2Tokenizer",
243
- "truncation_side": "right",
244
- "truncation_strategy": "longest_first",
245
  "unk_token": null
246
  }
 
231
  "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
 
234
  "model_max_length": 131072,
 
235
  "pad_token": "<|endoftext|>",
 
 
236
  "split_special_tokens": false,
 
237
  "tokenizer_class": "Qwen2Tokenizer",
 
 
238
  "unk_token": null
239
  }