Complete Guitar Chatbot Model
This folder is prepared for a Hugging Face model repo used by the Complete Guitar Chatbot Space.
Upload These Files To The Model Repo
config.json
model.safetensors
tokenizer.json
tokenizer_config.json
label_encoder.pkl
metadata.json
Create The Model Repo
- Sign in to Hugging Face
- Click your profile picture
- Click
New Model
- Choose a repo name such as
complete-guitar-chatbot-model
- Keep it under your account unless you want it in an organization
- Set it to public or private
- Click
Create model
Upload
Open the new model repo page and upload the files from this folder.
Space Variable
After the model repo exists, open your Space settings and add:
HF_MODEL_REPO_ID=your-username/complete-guitar-chatbot-model
Optional:
HF_MODEL_REVISION=main
Then redeploy the Space.