I want to resubmit model.(dahara1)

#12
by dahara1 - opened

Hello.

It seems that I registered the base_model and weight_type incorrectly and it failed.
I tried to resubmit it, but I get a message saying "This model has been already submitted." Could you please fix this?

https://huggingface.co/datasets/open-llm-leaderboard/requests/tree/main/dahara1

old config for dahara1/ELYZA-japanese-Llama-2-7b-fast-instruct-GPTQ

"base_model": "elyza/ELYZA-japanese-Llama-2-7b-fast-instruct", 

new config for dahara1/ELYZA-japanese-Llama-2-7b-fast-instruct-GPTQ

"base_model": null, 

old config for dahara1/weblab-10b-instruction-sft-GPTQ

"base_model": "matsuo-lab/weblab-10b-instruction-sft", 
"weight_type": "Delta", 

new config for dahara1/ELYZA-japanese-Llama-2-7b-fast-instruct-GPTQ

"base_model": null, 
"weight_type": "Original", 
Open LLM Leaderboard Archive org

Hi! Feel free to open a PR to modify the request files to the correct configuration, and changing the model status to "PENDING" :)

@clefourrier
Thanks !

dahara1 changed discussion status to closed

Sign up or log in to comment