siyue commited on
Commit
1bd98cd
1 Parent(s): ca87119
Files changed (1) hide show
  1. squall.py +1 -2
squall.py CHANGED
@@ -75,7 +75,6 @@ class Squall(datasets.GeneratorBasedBuilder):
75
  SquallConfig(name = '2'),
76
  SquallConfig(name = '3'),
77
  SquallConfig(name = '4')
78
-
79
  ]
80
 
81
  def _info(self):
@@ -136,7 +135,7 @@ class Squall(datasets.GeneratorBasedBuilder):
136
  logger.info("generating examples from = %s", filepath)
137
 
138
  squall_full = filepath["squall"] + '/squall.json'
139
- dev_ids = filepath["dev-" + self.name] + "/dev-" + self.name + ".ids"
140
  test = filepath["twtq-test"] + "/twtq-test.json"
141
 
142
  if split_key != 'test':
 
75
  SquallConfig(name = '2'),
76
  SquallConfig(name = '3'),
77
  SquallConfig(name = '4')
 
78
  ]
79
 
80
  def _info(self):
 
135
  logger.info("generating examples from = %s", filepath)
136
 
137
  squall_full = filepath["squall"] + '/squall.json'
138
+ dev_ids = filepath["dev-" + self.config.name] + "/dev-" + self.config.name + ".ids"
139
  test = filepath["twtq-test"] + "/twtq-test.json"
140
 
141
  if split_key != 'test':