muzammil-eds commited on
Commit
5a5fe8f
1 Parent(s): 0244c5e

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
@@ -2060,6 +2060,6 @@
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
- "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizerFast"
2065
  }
 
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast"
2065
  }