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

Weird results for 70b models #2584

Open
BeksultanSagyndyk opened this issue Dec 19, 2024 · 0 comments
Open

Weird results for 70b models #2584

BeksultanSagyndyk opened this issue Dec 19, 2024 · 0 comments

Comments

@BeksultanSagyndyk
Copy link

BeksultanSagyndyk commented Dec 19, 2024

I have forked the repository and created custom tasks in the lm_eval -> tasks directory. All of them are MMLU-like tasks and are in the Kazakh language.

I am running evaluations using the following command:

lm_eval --model hf --model_args pretrained=meta-llama/Meta-Llama-3-8B-Instruct --batch_size 2 --num_fewshot 0 --apply_chat_template --tasks mmlu_translated_kk,kazakh_and_literature_unt_mc,kk_biology_unt_mc,kk_constitution_mc,kk_dastur_mc,kk_english_unt_mc,kk_geography_unt_mc,kk_history_of_kazakhstan_unt_mc,kk_human_society_rights_unt_mc,kk_world_history_unt_mc --output output --device cuda:0

The problem is that for the LLama 3 8B models, I get an average accuracy of around 0.3–0.4, which is correct. I have verified this by running each model manually with the generation part.

However, for the larger models like LLama instruct 3.3-70B, LLama 3.1-70B, gemma-2-27b-it and others, I keep getting an accuracy score of ~0.1 across all tasks.

What am I doing wrong? its

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

1 participant