Model "X" was not found or misconfigured on the hub!

#771
by picAIso - opened

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")

image.png

how can i proceed from here?

picAIso changed discussion status to closed
picAIso changed discussion status to open

image.png
Same issue 😿

Open LLM Leaderboard org

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.

🥳

Open LLM Leaderboard org

Since it seems good, closing

clefourrier changed discussion status to closed

Sign up or log in to comment