Ahmadsameh8 commited on
Commit
f7aea31
1 Parent(s): 81798c6

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
@@ -2058,6 +2058,6 @@
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
- "padding_side": "right",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
+ "padding_side": "left",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }