So, a model was added to my repo from autotrain. However, it has folders ârunsâ and âcheckpoint-183â and I canât use it. It has some safetensor file among others, but I canât use the model.
Did the autotrain complete succesfully or why has it placed these files and not the correct ones?
I get this when trying to use the model:
RandyPulse/autotrain-nbnv5-kp6zr is not a local folder and is not a valid model identifier listed on âModels - Hugging Faceâ
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with huggingface-cli login
or by passing token=<your_token>
I have also tried placing my read-token:
model = AutoModelForCausalLM.from_pretrained(
model_path,
device_map=âautoâ,
torch_dtype=âautoâ,
token=âXXXXYYYYZZZZâ
).eval()