Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Fix Datamodules #1

Closed
SeanNaren opened this issue Dec 14, 2020 · 1 comment
Closed

Fix Datamodules #1

SeanNaren opened this issue Dec 14, 2020 · 1 comment
Assignees
Labels
bug / fix Something isn't working enhancement New feature or request

Comments

@SeanNaren
Copy link
Contributor

Datamodules should work with minimal code wrapping HF's dataset classes. Nate's original code defined a lot of conditions/variables that should be extracted from HF's dataset class.

Create datamodule that can take in dataset names and generate the datasets for Text Classification. Then it should be made to fit all types of data structures via inheritance if needed, and the text classification code is extracted out.

I.e TextClassificationDataModule etc IF needed (preferably everything fits one, but if it gets too big then we need so split).

@SeanNaren SeanNaren added bug / fix Something isn't working enhancement New feature or request labels Dec 14, 2020
@SeanNaren SeanNaren self-assigned this Dec 14, 2020
@github-actions
Copy link

Hi! thanks for your contribution!, great first issue!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug / fix Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant