Spaces:
Running
on
CPU Upgrade
โ๏ธ FAQ โ๏ธ - Start here before opening an issue
Hi! Thank you for your interest in the ๐Open Ko-LLM Leaderboard!
Below are some common questions - if this FAQ does not answer what you need, feel free to create a new issue, and we'll take care of it as soon as we can!
โThe leaderboard has crashed with a connection error, help!
This happens from time to time, and is normal, don't worry. The leaderboard will be automatically restarted in less than an hour (or earlier if one of the maintainers notices it). Please only open an issue if the leaderboard is down for longer than an hour.โWhy do models appear several times in the leaderboard?
We run evaluations with user selected precision and model commit. Sometimes, users submit specific models at different commits and at different precisions (for example, in float16 and 4bit to see how quantization affects performance). You should be able to verify this by displaying theprecision
andmodel sha
columns in the display. If, however, you see models appearing several time with the same precision and hash commit, this is not normal.โWhy don't you display closed source model scores?
This is a leaderboard for Open models, both for philosophical reasons (openness is cool) and for practical reasons: we want to ensure that the results we display are accurate and reproducible, but 1) commercial closed models can change their API thus rendering any scoring at a given time incorrect 2) we re-run everything on our cluster to ensure all models are run on the same setup and you can't do that for these models.โWhat about models of type X?
We only support models that have been integrated in a stable version of thetransformers
library for automatic submission. We are doing our best to extend the leaderboard to new models and evaluations.โMy model disappeared from all the queues, what happened?
A model disappearing from all the queues usually means that there has been a failure. You can check if that is the case by looking at your model here.โWhat causes an evaluation failure?
Most of the failures we get come from problems in the submissions (corrupted files, config problems, wrong parameters selected for eval ...), so we'll be grateful if you first make sure you have followed the steps inAbout
. However, from time to time, we have failures on our side (hardware/node failures, problem with an update of our backend, connectivity problem ending up in the results not being saved, ...). As we store the logs for all models, feel free to create an issue, where you link to the requests file of your model (look for it here), so we can investigate! If the model failed due to a problem on our side, we'll relaunch it right away!
Note: Please do not re-upload your model under a different name, it will not helpโI upgraded my model and want to re-submit, how can I do that?
Please open an issue with the precise name of your model, and we'll remove your model from the leaderboard so you can resubmit.โWhat is this concept of "flagging"?
This mechanism allows user to report models that have unfair performance on the leaderboard. This contains several categories: exceedingly good results on the leaderboard because the model was (maybe accidentally) trained on the evaluation data, models that are copy of other models not attributed properly, etc.โMy model has been flagged improperly, what can I do?
Every flagged model has a discussion associated with it - feel free to plead your case there, and we'll see what to do.
Is there any way to download the table as a csv/json? I've tried the following script but did not work:
client = Client("https://upstage-open-ko-llm-leaderboard.hf.space/")
json_data = client.predict("","", api_name='/predict')
with open(json_data, 'r') as file:
file_data = file.read()
data = json.loads(file_data)
df = pd.DataFrame(data['data'], columns=data['headers'])
df.drop(columns=['Model'], inplace=True)
df.to_json(path_data / 'HF-open-ko-llm-leaderboard_20231114.json', orient='records', indent=4)
Hi, could you share how many shots used for evaluation? I can find how many shots used for evaluation in Open LLM Leaderboard(https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard), but I can't fine here. Can I guess every testing was going under zero-shot? Thank you so much!
@gangkongkong
Hello, it is same the english leaderboard.
Ko-commongenv2 = 2
truthfulQA = 0
arc_challenge = 25
hellaswag = 10
MMLU = 5
์๋
ํ์ธ์. OrionStarAI/Orion-14B-Base ๊ธฐ๋ฐ์ผ๋ก ํ๋์ ํ๋๋ฐ,
์์ง tf ์์ ๊ณต์ ์ง์์ ํ์ง ์์ ์ฝ๋๊ฐ ์ถ๊ฐ์ ์ผ๋ก ํ์๋ก ํฉ๋๋ค.
trust_code ๋ฅผ ํ์ฑํ ํด ์ฃผ์ค์ ์์ผ์ ์ง ํ์ฌ ๋ฌธ์๋๋ฆฝ๋๋ค.
@zhiminy Hello, Are you want to download the leaderboard table?
Yeah, is that possible? @choco9966
@zhiminy Yes. Let's check below code.
https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard/blob/main/app.py#L61
SFT training์ ํ ๋ชจ๋ธ์ ๋ฆฌ๋๋ณด๋์ ์ฌ๋ ค๋ณด๊ณ ์ถ์ต๋๋ค.
๊ถ๊ธํ ๊ฒ์ด SFT dataset์ ๊ตฌ์ฑํ ๋..
Human : ~~~~~
Assistant : ~~~~
์์ ๊ฐ์ด ๊ตฌ์ฑ์ ํด์ ํ์ต์ ํ๋๋ฐ..
ํ๊ฐ ๋ฐ์ดํฐ์
์
[์ฌ๋] :
[๋ด] :
์ด๋ฐ ์์ผ๋ก ๋์ด ์์ ์๋ ์๊ณ ํด์..
dataset์ ๊ตฌ์ฑํ ๋ ์ด๋ฐ ๋ถ๋ถ์ ๋ง์ถฐ์ค์ผ ํ๋ ๊ฒ์ธ์ง..
์๋๋ฉด ๊ณต๊ฐ๊ฐ ์๋์ด ์๊ณ , ์ด๋ค ํ์์ด๋ผ๋ ๊ฐ๋ฅํ๋๋ก dataset ๊ตฌ์ฑ ๋ฐ ํ๋ จ์ ํด์ผ ํ๋ ๊ฒ์ธ์ง ๊ถ๊ธํฉ๋๋ค.
Could you tell me about which metric exactly used in each bemchmark?
Such as acc_norm
, mc2
, and acc