-
Notifications
You must be signed in to change notification settings - Fork 39
Add metadata to dataset config files #420
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
base: main
Are you sure you want to change the base?
Conversation
|
This looks very useful, thanks @jlamypoirier |
|
yes, this looks useful. |
This is already global, the example just happens to have only one shard. |
✨ Description
Gather all available metadata from readers during dataset preparation and add it to the yaml config file. Works with both blending and splitting. Example:
The file format is different from before (config is now inside of a dict instead of at top level), but the old format can still be loaded.