Skip to content

replace random_split with deterministic Subset split#117

Open
agentksimha wants to merge 8 commits intohumanai-foundation:mainfrom
agentksimha:refactor/deterministic-dataset-split
Open

replace random_split with deterministic Subset split#117
agentksimha wants to merge 8 commits intohumanai-foundation:mainfrom
agentksimha:refactor/deterministic-dataset-split

Conversation

@agentksimha
Copy link
Copy Markdown

Replaced random_split (no seed) with a deterministic index-based Subset split in train.py. This ensures the train/eval split is consistent across runs, making experiments reproducible.
Changes:

Swapped random_split import for Subset
Split dataset using fixed index slicing instead of random partitioning

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.

2 participants