dbands commited on
Commit
f283380
·
verified ·
1 Parent(s): 918fb38

(Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +3 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/qwen2.5-coder-7b-instruct-bnb-4bit",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "dbands/Qwen2.5-Coder-7B-Instruct-reason",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
tokenizer_config.json CHANGED
@@ -208,8 +208,11 @@
208
  "eos_token": "<|im_end|>",
209
  "errors": "replace",
210
  "extra_special_tokens": {},
 
211
  "model_max_length": 32768,
 
212
  "pad_token": "<|PAD_TOKEN|>",
 
213
  "padding_side": "left",
214
  "split_special_tokens": false,
215
  "tokenizer_class": "Qwen2Tokenizer",
 
208
  "eos_token": "<|im_end|>",
209
  "errors": "replace",
210
  "extra_special_tokens": {},
211
+ "max_length": null,
212
  "model_max_length": 32768,
213
+ "pad_to_multiple_of": null,
214
  "pad_token": "<|PAD_TOKEN|>",
215
+ "pad_token_type_id": 0,
216
  "padding_side": "left",
217
  "split_special_tokens": false,
218
  "tokenizer_class": "Qwen2Tokenizer",