Meforgers commited on
Commit
375d39b
1 Parent(s): bf85f05

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. tokenizer.json +6 -1
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -37,7 +37,7 @@
37
  "errors": "replace",
38
  "model_max_length": 32768,
39
  "pad_token": "<|endoftext|>",
40
- "padding_side": "left",
41
  "split_special_tokens": false,
42
  "tokenizer_class": "Qwen2Tokenizer",
43
  "unk_token": null
 
37
  "errors": "replace",
38
  "model_max_length": 32768,
39
  "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
  "split_special_tokens": false,
42
  "tokenizer_class": "Qwen2Tokenizer",
43
  "unk_token": null