Skip to content
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

Add json IO mappers #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add json IO mappers #19

wants to merge 1 commit into from

Conversation

MaksymDel
Copy link
Contributor

These are unique mappers since they read/write data from/to disc, so I made a new file for them.

I think they can provide three primary benefits to the users:

  1. They allow reading/writing files in parallel with HF Dataset
  2. They allow the creation of end2end data workflows with Pipeline objects.
  3. They make users aware that this is something they can do, e.g., with their more complex Reader/Writer classes.

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