shareit commited on
Commit
36917c8
·
verified ·
1 Parent(s): f01292a

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
@@ -784,7 +784,7 @@
784
  "extra_special_tokens": {},
785
  "model_max_length": 32768,
786
  "pad_token": "<|dummy_85|>",
787
- "padding_side": "right",
788
  "tokenizer_class": "GPT2Tokenizer",
789
  "unk_token": "�"
790
  }
 
784
  "extra_special_tokens": {},
785
  "model_max_length": 32768,
786
  "pad_token": "<|dummy_85|>",
787
+ "padding_side": "left",
788
  "tokenizer_class": "GPT2Tokenizer",
789
  "unk_token": "�"
790
  }