- 
                Notifications
    You must be signed in to change notification settings 
- Fork 79
feat(litdata): Add grouping functionality in StreamingRawDataset #665
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
feat(litdata): Add grouping functionality in StreamingRawDataset #665
Conversation
for more information, see https://pre-commit.ci
| Codecov Report❌ Patch coverage is  Additional details and impacted files@@         Coverage Diff         @@
##           main   #665   +/-   ##
===================================
  Coverage    83%    84%           
===================================
  Files        50     50           
  Lines      7124   7137   +13     
===================================
+ Hits       5935   5960   +25     
+ Misses     1189   1177   -12     🚀 New features to boost your workflow:
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind adding example in the README ?
| 
 Sure! Just updated. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great !
What does this PR do ?
Enhance the StreamingRawDataset class with grouping capabilities in the setup method, allowing for flexible item structuring for users. Improve asynchronous handling for batch downloads and update tests to ensure functionality. Remove unused imports and streamline the code.
Fixes #662
Usage Example