Does axolotl automatically interleave data from the datasets? #2923
-
Does axolotl automatically interleave data from the datasets? I can't seem to find a definitive answer for this. |
Beta Was this translation helpful? Give feedback.
Answered by
NanoCode012
Jul 21, 2025
Replies: 2 comments 1 reply
-
@medemi68 , could you clarify what you mean? What do you mean? Do we mix multiple datasets together for training? Yes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I mean, does it train one dataset after the other, or does it mix the datasets. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It mixes
axolotl/src/axolotl/utils/data/shared.py
Lines 525 to 559 in 31a15a4