Spaces:
Running
on
CPU Upgrade
no failed category
I can't see failed category in submit page.
@choco9966
Is there any way to find the fail reason for evaluation?
I checked this code work with my model.
config = AutoConfig.from_pretrained("your model name", revision=revision)
model = AutoModel.from_pretrained("your model name", revision=revision)
tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
but my model(The-matt/llama2_ko-7b_sandy-fire-170_1530) is checked as failed
@The-matt
μλ
νμΈμ. μ²μ μ€ν¨ μ΄μ λ μμ μ½λλ₯Ό λΆλ¬μ€λ κ³Όμ μμ Tokenizer νμΌμ΄ μ λλ‘ λ€μ΄μμ§ μμμλ‘ λ³΄μ
λλ€.
OSError: Can't load tokenizer for 'The-matt/llama2_ko-7b_sandy-fire-170_1530'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'The-matt/llama2_ko-7b_sandy-fire-170_1530' is the correct path to a directory containing all relevant files for a LlamaTokenizerFast tokenizer.
λ€λ§, μ΅κ·Όμ ν΄λΉ λΆλΆ μμ ν΄μ push ν΄μ£Όμ κ±Έλ‘ λ³΄μ¬μ λ€μ νκ°ν μ μλλ‘ μμ ν΄λκ² μ΅λλ€.
κ°μ¬ν©λλ€.
Hello. The reason for the initial failure is that the Tokenizer file is not properly contained in the process of loading the above code, so we can see each other.
OSError: Can't load tokenizer for 'The-matt/llama2_ko-7b_sandy-fire-170_1530'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'The-matt/llama2_ko-7b_sandy-fire-170_1530' is the correct path to a directory containing all relevant files for a LlamaTokenizerFast tokenizer.
It seems that you recently revised the part and pushed it, so I will revise it so that it can be evaluated again.
Thank you.