Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Update babi_nli.py
Browse files- babi_nli.py +1 -1
babi_nli.py
CHANGED
@@ -117,7 +117,7 @@ class bAbI_nli_Config(datasets.BuilderConfig):
|
|
117 |
self.label_column = "label"
|
118 |
self.label_classes = LABELS
|
119 |
self.data_url = DATA_URL
|
120 |
-
self.data_dir =
|
121 |
self.citation = textwrap.dedent(bAbI_nli_CITATION)
|
122 |
self.process_label = lambda x: str(x)
|
123 |
self.description = ""
|
|
|
117 |
self.label_column = "label"
|
118 |
self.label_classes = LABELS
|
119 |
self.data_url = DATA_URL
|
120 |
+
self.data_dir = self.name #os.path.join("babi_nli", self.name)
|
121 |
self.citation = textwrap.dedent(bAbI_nli_CITATION)
|
122 |
self.process_label = lambda x: str(x)
|
123 |
self.description = ""
|