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

Added Dialogue Datasets and RankingModel #258

Closed
wants to merge 2 commits into from

Conversation

cle-ros
Copy link
Collaborator

@cle-ros cle-ros commented Feb 21, 2020

  • added common model for downloading and extracting datsets
  • added dialogue and ranking module
  • added dstc7 dialogue dataset
  • added ConvAI datasets
  • added Ubuntu Dataset
  • added RankingModel

- added dialogue and ranking module
- added dstc7 dialogue dataset
- added ConvAI datasets
- added Ubuntu Dataset
- added RankingModel
from flambe.field import Field


class CompressedDataTabularDataset(TabularDataset, metaclass=abc.ABCMeta):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes more sense to bake this functionality into the TabularDataset so everyone benefits from it

Copy link
Contributor

@jeremyasapp jeremyasapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple comments on the handling of compress data, otherwise great addition

super().__init__(train, val, test, cache, self.NAMED_COLS, transform)

@classmethod
def _download_and_extract_files(cls, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move this outside of the class as a utility and import it for usage in the TabularDataset

@cle-ros
Copy link
Collaborator Author

cle-ros commented Feb 26, 2020

Put on ice until new data handling logic is implemented. See #273

@cle-ros cle-ros closed this Feb 26, 2020
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.

None yet

2 participants