Spaces:
Runtime error
Runtime error
| 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. | |