phusroyal commited on
Commit
37c68cf
·
1 Parent(s): 57a8f7a

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +1 -1
ViHOS.py CHANGED
@@ -65,7 +65,7 @@ class ViHOS(datasets.GeneratorBasedBuilder):
65
  def _generate_examples(self, filepath, split):
66
  # colnames=['id', 'Content', 'Span ids']
67
 
68
- data = load_csv(filepath)
69
  yield data
70
 
71
  # with open(filepath, 'r', encoding="utf-8") as f:
 
65
  def _generate_examples(self, filepath, split):
66
  # colnames=['id', 'Content', 'Span ids']
67
 
68
+ data = self.load_csv(filepath)
69
  yield data
70
 
71
  # with open(filepath, 'r', encoding="utf-8") as f: