no failed category

#22
by The-matt - opened

I can't see failed category in submit page.

upstage org

image.png

Hello, Thanks reporting bugs. we create the failed category.
Thanks

choco9966 changed discussion status to closed

@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

upstage org

@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.

@choco9966 λ‹΅λ³€ κ°μ‚¬λ“œλ¦½λ‹ˆλ‹€! μ’‹μ€ν•˜λ£¨λ˜μ„Έμš”~!

Sign up or log in to comment