pankajis95 commited on
Commit
c12da8e
·
verified ·
1 Parent(s): 099d76b

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
@@ -2075,6 +2075,6 @@
2075
  ],
2076
  "model_max_length": 131072,
2077
  "pad_token": "<|end_of_text|>",
2078
- "padding_side": "left",
2079
  "tokenizer_class": "PreTrainedTokenizerFast"
2080
  }
 
2075
  ],
2076
  "model_max_length": 131072,
2077
  "pad_token": "<|end_of_text|>",
2078
+ "padding_side": "right",
2079
  "tokenizer_class": "PreTrainedTokenizerFast"
2080
  }