skilllink-coach / push.py
SHIROI-07's picture
Update push.py
911d674 verified
raw
history blame contribute delete
384 Bytes
from huggingface_hub import login
from transformers import AutoTokenizer, AutoModelForCausalLM
login() # Enter your HF token
model.push_to_hub("skilllink-coach")
tokenizer.push_to_hub("skilllink-coach")
# This code pushes the model and tokenizer to the Hugging Face Hub under the name "skilllink-coach".
# Make sure you have the necessary permissions to push to this repository.