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

train, val-test split: How to select the right split on demand #2573

Open
sorobedio opened this issue Dec 17, 2024 · 1 comment
Open

train, val-test split: How to select the right split on demand #2573

sorobedio opened this issue Dec 17, 2024 · 1 comment
Labels
asking questions For asking for clarification / support on library usage.

Comments

@sorobedio
Copy link

sorobedio commented Dec 17, 2024

Hello, i would like to be able to select the split i wish to evaluate my model on. but i am not seen such an option .
how do i do that for dataset such as mmnlu, mmlu-pro, hellaswag with llaba3.2-1B-instruct

@baberabb
Copy link
Contributor

Hi! We check test_split> validation_split > training_split to determine which evaluation split to use. You can change them in the task configs:

training_split: train
fewshot_split: train
test_split: test

@baberabb baberabb added the asking questions For asking for clarification / support on library usage. label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asking questions For asking for clarification / support on library usage.
Projects
None yet
Development

No branches or pull requests

2 participants