login does not work on fine tuned model

#114
by Dave-theGr8 - opened

Hey, I have finetuned the model on a datset. I want to stream the output to a website. Unfortunately the inference does not work for the finetuned model. (I got the access for the base model (inference and streaming work fine)). I use the same access token for both base model and fine tuned model. The error message is:

Bad request:
You are trying to access a gated repo.
Make sure to request access at https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct and pass a token having permission to this repo either by logging in with huggingface-cli login or by passing token=<your_token>.

(Again, I only changed to the fine tuned model, everything worked fine for the normal one)

Hey there! Please make sure the token has read access to the repo you're interested in

@Dave-theGr8 Hi , could you please guide on how to fine tune the model and stream the output to site?

Sign up or log in to comment