Adansonia commited on
Commit
8a129fc
1 Parent(s): 768d0db

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
@@ -2069,6 +2069,6 @@
2069
  ],
2070
  "model_max_length": 131072,
2071
  "pad_token": "<|finetune_right_pad_id|>",
2072
- "padding_side": "left",
2073
  "tokenizer_class": "PreTrainedTokenizerFast"
2074
  }
 
2069
  ],
2070
  "model_max_length": 131072,
2071
  "pad_token": "<|finetune_right_pad_id|>",
2072
+ "padding_side": "right",
2073
  "tokenizer_class": "PreTrainedTokenizerFast"
2074
  }