[Question] How to specify a eval data split ? #7035
Answered
by
korbinian-hoermann
korbinian-hoermann
asked this question in
Q&A
-
Hi! Currently i am doing eval of the model training by using:
Is it possible, to specify a eval data split as well and make use of a HF dataset of the form:
? |
Beta Was this translation helpful? Give feedback.
Answered by
korbinian-hoermann
Feb 21, 2025
Replies: 1 comment
-
Adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
korbinian-hoermann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding
eval_dataset="eval"
works.