Datasets:
License:
Upload mumospee_small.py with huggingface_hub
Browse files- 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,
|
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 |
|