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