Spaces:
Running
on
CPU Upgrade
Model "xxx" was not found on hub!
I use git to push my model to the hub, my model
it can be seen on the web, but when I submit it to the Leaderboard, this error happened:
and I try it this way:
from transformers import AutoConfig, AutoModel, AutoTokenizer
save_dir = 'zyh3826/llama2-13b-ft-openllm-leaderboard-v1'
config = AutoConfig.from_pretrained(save_dir)
tokenizer = AutoTokenizer.from_pretrained(save_dir)
everything is ok
anyone can help me? thanks a lot
Hi!
Could you try submitting your model again?
@clefourrier
I closed the gate, it worked, thanks
BTW, I have a question about 'Pending Evaluation Queue', yesterday I was at 167,
but today, I'm at 173, why did this happen? Do I need to pay?
Hi
@zyh3826
,
The number on top is the total number of models in the queue at the moment, not the index of your specific model - we have put evaluation on hold as we are preparing a very big update of the leaderboard which will be out soon.
We will resume all evaluations afterwards as fast as possible :)