jayliqinzhang commited on
Commit
b92bc83
·
verified ·
1 Parent(s): 1a27575

Upload mumospee_small.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. mumospee_small.py +1 -1
mumospee_small.py CHANGED
@@ -128,7 +128,7 @@ class MumospeeDataset(datasets.GeneratorBasedBuilder):
128
  # ]
129
 
130
 
131
- def _generate_examples(self, filepath, split, dl_manager):
132
 
133
  data = pd.read_csv(filepath)
134
 
 
128
  # ]
129
 
130
 
131
+ def _generate_examples(self, filepath, dl_manager):
132
 
133
  data = pd.read_csv(filepath)
134