No support Mistral model?

#17
by kyujinpy - opened

Hello.
Thank you for your contribution on Ko-LLM..!

I uploaded 'kyujinpy/mistral-Ko-Orca-7B' model, but it disappeared in evaluation field, and also it cannot find in performace table.

Can you check my model?
Thank you!

Hello. The Mistral model is also supported.

However, during the recent server changing process, several Mistral evaluations were not conducted, but i will fixed it to ensure all are re-evaluated until 11/5

Thank you for reporting the error.

upstage org

Now, it fixed. Thanks

choco9966 changed discussion status to closed

Hello..!

Could you find 'kyujinpy/Korean-OpenOrca-v3' model?
It finished the evaluation, but there is not in model list.

Thank you.

41ow1ives changed discussion status to open
upstage org

Hello kyujinpy.
Your model (kyujinpy/Korean-OpenOrca-v3) dosen't finished evaluation. [Link]

Can you check if there are any issues when running the code below?

from transformers import AutoConfig, AutoModel, AutoTokenizer
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)

The actual error occurred when loading above code.
I've seen in the model commit log that there's a record of the relevant part being modified. If the issue has been resolved, please resubmit it. Then, it seems it will be evaluated. (If you're unable to resubmit or if it still fails, please leave a message.)

Thank you.


μ•ˆλ…•ν•˜μ„Έμš”.
λͺ¨λΈ μžμ²΄λŠ” 평가가 λ˜μ§€ μ•Šμ•˜μŠ΅λ‹ˆλ‹€. [Link]

λͺ¨λΈμ˜ 평가가 되렀면 μœ„μ˜ μ½”λ“œκ°€ λ¬΄μ‚¬νžˆ λΆˆλŸ¬μ™€μ§€κ³ , lm-eval-harness κΉŒμ§€ λ¬Έμ œκ°€ μ—†μ–΄μ•Όν•©λ‹ˆλ‹€. ν‰κ°€μ˜ κ²½μš°λŠ” μœ„μ˜ μ½”λ“œλ₯Ό λΆˆλŸ¬μ˜€λŠ” κ³Όμ •μ—μ„œ μ‹€νŒ¨ν–ˆμŠ΅λ‹ˆλ‹€.
λͺ¨λΈ 컀밋 둜그λ₯Ό λ³΄λ‹ˆ 파일λͺ…에 λŒ€ν•œ 변경이 μžˆμ—ˆλ˜ 것 같은데 μ‹€νŒ¨μ›μΈλ„ ν•΄λ‹Ή 뢀뢄에 λŒ€ν•œ 였λ₯˜λ‘œ λ³΄μ˜€μŠ΅λ‹ˆλ‹€. λ§Œμ•½, ν•΄λ‹Ή 였λ₯˜κ°€ μˆ˜μ •λœκ±°λΌλ©΄ λ‹€μ‹œ μ œμΆœμ„ ν•΄μ£Όμ‹œλ©΄ 평가가 될걸둜 λ³΄μž…λ‹ˆλ‹€. (λ§Œμ•½, κ·ΈλŸΌμ—λ„ 제좜이 λ‹€μ‹œ μ•ˆλ˜κ±°λ‚˜ 였λ₯˜κ°€ 생긴닀면 λ‹€μ‹œ 글을 λ‚¨κ²¨μ£Όμ‹œλ©΄ 도움 λ“œλ¦¬λ„λ‘ ν•˜κ² μŠ΅λ‹ˆλ‹€)
κ°μ‚¬ν•©λ‹ˆλ‹€.

Thank you for your comment!

But, when I try to re-submit, 'This model has been already submitted.' message maintains.
How can I remove above message?

Thank you.

upstage org

Hello, I have resubmitted the model.
I will need to check the cause of the issue you've mentioned. Thank you for the report.

Thank you.

It solved..!
Thank you for your contribution.

choco9966 changed discussion status to closed

Sign up or log in to comment