ChuGyouk commited on
Commit
dc78d54
·
verified ·
1 Parent(s): bc740d9

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -10,7 +10,7 @@
10
  ],
11
  "model_max_length": 131072,
12
  "pad_token": "<|finetune_right_pad_id|>",
13
- "padding_side": "right",
14
  "tokenizer_class": "TokenizersBackend",
15
  "unk_token": null
16
  }
 
10
  ],
11
  "model_max_length": 131072,
12
  "pad_token": "<|finetune_right_pad_id|>",
13
+ "padding_side": "left",
14
  "tokenizer_class": "TokenizersBackend",
15
  "unk_token": null
16
  }