How can i submit model for eval?

#94
by Q-bert - opened

https://huggingface.co/myzens/AlpaGo
This is my work. And i want to submit here https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard but i take a error "Model "myzens/AlpaGo" was not found on hub!" what should i do?

Open LLM Leaderboard org

Hi! How did you upload your model?

When trying to load it using AutoModel.from_pretrained, I get the following error: myzens/AlpaGo does not appear to have a file named config.json, so I suspect you did not upload it using the save_pretrained() method, which automatically creates a config.json file

This comment has been hidden

Hi! How did you upload your model?

When trying to load it using AutoModel.from_pretrained, I get the following error: myzens/AlpaGo does not appear to have a file named config.json, so I suspect you did not upload it using the save_pretrained() method, which automatically creates a config.json file

Hi,my model is adapter so there is not exist config.json .

Open LLM Leaderboard org

What did you use to upload your model to the hub?

What did you use to upload your model to the hub?

i used push_to_hub

Open LLM Leaderboard org

I suspect you need to open an issue on transformers to understand why it did not generate the needed config.json file

clefourrier changed discussion status to closed

Sign up or log in to comment