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

Added EU20 task suite #2620

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

KlaudiaTH
Copy link

@KlaudiaTH KlaudiaTH commented Jan 10, 2025

Added EU20 task suite consisting of the tasks ARC, HellaSwag, MMLU, GSM8k and TruthfulQA translated in 20 European languages.

Tested with the following parameterization:

MODEL_ARGS="--model_args=pretrained=openGPT-X/Teuken-7B-instruct-research-v0.4,dtype=bfloat16,trust_remote_code=True"

TASKS=eu20_arc_easy_lt,eu20_arc_challenge_it,eu20_truthfulqa_mc1_de,eu20_truthfulqa_mc2_fr,eu20_truthfulqa_gen_hu,eu20_hellaswag_nl,eu20_gsm8k_sk,eu20_mmlu_bg-anatomy

LM_EVAL_ARGS=(
--model=hf
"$MODEL_ARGS"
--tasks="$TASKS"
--num_fewshot=0
--batch_size=5
--limit=10
)

python -m lm_eval "${LM_EVAL_ARGS[@]}"

…asks ARC, HellaSwag, MMLU, GSM8k and TruthfulQA
@CLAassistant
Copy link

CLAassistant commented Jan 10, 2025

CLA assistant check
All committers have signed the CLA.

@baberabb
Copy link
Contributor

Hi! Thanks for the PR! could you also add a readme using this template.

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

Successfully merging this pull request may close these issues.

3 participants