testSIM / hub.py
Simovod's picture
First model version
653a5b9
raw
history blame contribute delete
440 Bytes
!git config --global user.email "valeriivolhin@mail.ru"
# Tip: using the same email as your huggingface.co account will link your commits to your profile
!git config --global user.name "Simovod"
MY_MODEL_NAME = 'DialoGPT-small-test'
HUGGINGFACE_API_KEY = 'api_WKmVKjSaKhrTBBwabvEDMtgcZxnqBZXkSv'
model.push_to_hub(MY_MODEL_NAME, use_auth_token=HUGGINGFACE_API_KEY)
tokenizer.push_to_hub(MY_MODEL_NAME, use_auth_token=HUGGINGFACE_API_KEY)