Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproduce QWen 2.5-14B-Instruct and LLaMa-3.1-8B-Instruct Results #2344

Open
ruleGreen opened this issue Sep 25, 2024 · 1 comment
Open

Reproduce QWen 2.5-14B-Instruct and LLaMa-3.1-8B-Instruct Results #2344

ruleGreen opened this issue Sep 25, 2024 · 1 comment

Comments

@ruleGreen
Copy link

Hi, thank you all for very nice work. I would like to use this wonderful work to re-produce the evaluation performance reported by qwen 2.5 and llama 3.1. However, I encounter several problems as shown below:

the performance of llama3.1-8b-instruct on gsm8k-cot-zeroshot
image
the performance of qwen-2.5-14b-instruct on gsm8k-cot-zeroshot
image

the scores are much lower compared with original reports, especially for llama3.1-8b-instruct

I directly use command like

lm_eval --model hf --tasks gsm8k_cot_zeroshot --model_args pretrained=/pathto/Qwen2.5-14B-Instruct,parallelize=True --batch_size 64 --output_path ./results --log_samples

is there anything wrong? should I change dtype, batch_size, and also template / max_tokens or others?
besides that, when i use this command to run gsm8k, the program just get stuck without running the evaluation after loading the model.

@EdisonChenn
Copy link

I faced the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants