sileod commited on
Commit
c88e0f8
1 Parent(s): 4a48898

Update babi_nli.py

Browse files
Files changed (1) hide show
  1. 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 = "babi_nli"#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 = ""
 
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 = ""