mstz commited on
Commit
c8da4f1
·
1 Parent(s): 5820290

Upload hypo.py

Browse files
Files changed (1) hide show
  1. hypo.py +1 -1
hypo.py CHANGED
@@ -122,7 +122,7 @@ class Hypo(datasets.GeneratorBasedBuilder):
122
  ]
123
 
124
  def _generate_examples(self, filepath: str):
125
- data = pandas.read_csv(filepath, header=None)
126
  data = self.preprocess(data)
127
 
128
  for row_id, row in data.iterrows():
 
122
  ]
123
 
124
  def _generate_examples(self, filepath: str):
125
+ data = pandas.read_csv(filepath)
126
  data = self.preprocess(data)
127
 
128
  for row_id, row in data.iterrows():