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

remove datasets #366

Merged
merged 9 commits into from
Nov 8, 2023
Merged

remove datasets #366

merged 9 commits into from
Nov 8, 2023

Conversation

ArneBinder
Copy link
Owner

@ArneBinder ArneBinder commented Nov 7, 2023

This implements #253 and #365. The following classes can now be found in pie-datasets:

  • Dataset
  • IterableDataset
  • DatasetDict
  • GeneratorBasedBuilder
  • ArrowBasedBuilder

also the following document conversion methods:

  • text_based_document_to_token_based
  • token_based_document_to_text_based
  • tokenize_document

and the document statistics, see ArneBinder/pie-datasets#29. EDIT: In the end, just SpanLengthCollector was removed, see #367.

This also removes the dataset loading scripts, they will be also added to pie-datasets, see ArneBinder/pie-datasets#22, and the upload mechanic, see ArneBinder/pie-datasets#27.

@ArneBinder ArneBinder linked an issue Nov 8, 2023 that may be closed by this pull request
@ArneBinder ArneBinder merged commit 5924d7b into main Nov 8, 2023
6 checks passed
@ArneBinder ArneBinder deleted the remove_datasets branch November 8, 2023 00:59
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.

remove PIE Dataset related classes and dataset scripts
1 participant