analist commited on
Commit
1c81fb0
·
verified ·
1 Parent(s): baef174

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