King3Djbl commited on
Commit
37173e4
·
verified ·
1 Parent(s): 027484a

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "is_local": false,
9
  "model_max_length": 32768,
10
  "pad_token": "<|PAD_TOKEN|>",
11
- "padding_side": "left",
12
  "split_special_tokens": false,
13
  "tokenizer_class": "Qwen2Tokenizer",
14
  "unk_token": null,
@@ -198,4 +198,4 @@
198
  "special": true
199
  }
200
  }
201
- }
 
8
  "is_local": false,
9
  "model_max_length": 32768,
10
  "pad_token": "<|PAD_TOKEN|>",
11
+ "padding_side": "right",
12
  "split_special_tokens": false,
13
  "tokenizer_class": "Qwen2Tokenizer",
14
  "unk_token": null,
 
198
  "special": true
199
  }
200
  }
201
+ }