Spaces:
Running
on
CPU Upgrade
Model "X" was not found or misconfigured on the hub!
hi, i am trying to submit a model (picAIso/TARS-8B-llama-TIEMIX) to the leaderboard but i get this error message: Model "picAIso/TARS-8B-llama-TIEMIX" was not found or misconfigured on the hub! Error raised was picAIso/TARS-8B-llama-TIEMIX is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' 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=
the model is public and also not gated.
i have loaded the model using:
from transformers import AutoConfig, AutoModel, AutoTokenizer
config = AutoConfig.from_pretrained("picAIso/TARS-8B-llama-TIEMIX")
model = AutoModel.from_pretrained("picAIso/TARS-8B-llama-TIEMIX")
tokenizer = AutoTokenizer.from_pretrained("picAIso/TARS-8B-llama-TIEMIX")
how can i proceed from here?
Hi, could you try again and tell me what you get?
Your request has been submitted to the evaluation queue! Please wait for up to an hour for the model to show in the PENDING list.
🥳
Since it seems good, closing