logitorch.datasets.te.negated_mnli_dataset

Attributes

Classes

NegatedMNLIDataset

Helper class that provides a standard way to create an ABC using

Module Contents

class logitorch.datasets.te.negated_mnli_dataset.NegatedMNLIDataset[source]

Bases: logitorch.datasets.base.AbstractTEDataset

Helper class that provides a standard way to create an ABC using inheritance.

dataset_path = '/logitorch_datasets/negated_mnli_dataset/test.txt'[source]
logitorch.datasets.te.negated_mnli_dataset.NEGATED_MNLI_DATASET = 'negated_mnli_dataset'[source]
logitorch.datasets.te.negated_mnli_dataset.NEGATED_MNLI_DATASET_FOLDER = '/logitorch_datasets/negated_mnli_dataset'[source]
logitorch.datasets.te.negated_mnli_dataset.NEGATED_MNLI_DATASET_ZIP_URL = 'https://www.dropbox.com/s/b7bfs0mzka00sq0/negated_mnli_dataset.zip?dl=1'[source]
logitorch.datasets.te.negated_mnli_dataset.NEGATED_MNLI_ID_TO_LABEL[source]
logitorch.datasets.te.negated_mnli_dataset.NEGATED_MNLI_LABEL_TO_ID[source]