CarlosJefte commited on
Commit
630008f
1 Parent(s): 26b0098

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
@@ -2067,6 +2067,6 @@
2067
  ],
2068
  "model_max_length": 8192,
2069
  "pad_token": "[PAD]",
2070
- "padding_side": "left",
2071
  "tokenizer_class": "PreTrainedTokenizerFast"
2072
  }
 
2067
  ],
2068
  "model_max_length": 8192,
2069
  "pad_token": "[PAD]",
2070
+ "padding_side": "right",
2071
  "tokenizer_class": "PreTrainedTokenizerFast"
2072
  }