Closed elliotthwang closed 4 months ago
I am here wondering the same thing ^^
@elliotthwang @npastrami
# Push to HF Hub.
merged_model.push_to_hub('username/model_card_name')
tokenizer.push_to_hub('username/model_card_name')
Make sure to create a new model card on huggingface first. In order to push model to HF you have to pass your write token from Huggingface, you can find it here
!huggingface-cli login --token hf_Y
Thank you for your notebook" Fine-tuning Mistral on your own data". However once finetuned the model by our own data, how to push the finetuned Mistral model to HF hub?
Thanks! @