Skip to content

Conversation

ArjunJagdale
Copy link
Contributor

This PR implements builder.as_iterable_dataset(split=...) as discussed in #5481.

It allows users to load an IterableDataset directly from cached Arrow files (using ArrowReader and ArrowExamplesIterable), without loading the full dataset into memory.

This is useful for large-scale training scenarios where memory is constrained. A test has also been added in test_builder.py.

Related to: #5481

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.

1 participant