Datasets:
License:
Upload mumospee_small.py with huggingface_hub
Browse files- mumospee_small.py +1 -1
mumospee_small.py
CHANGED
@@ -67,7 +67,7 @@ class MumospeeDataset(datasets.GeneratorBasedBuilder):
|
|
67 |
# Your dataset might have specific splits like "train", "dev", "test"
|
68 |
splits = ["train", "validation", "test"]
|
69 |
|
70 |
-
csv_path = dl_manager.download_and_extract("
|
71 |
|
72 |
# Define the splits and pass the language and tag filters to _generate_examples
|
73 |
return [
|
|
|
67 |
# Your dataset might have specific splits like "train", "dev", "test"
|
68 |
splits = ["train", "validation", "test"]
|
69 |
|
70 |
+
csv_path = dl_manager.download_and_extract("dataset.csv")
|
71 |
|
72 |
# Define the splits and pass the language and tag filters to _generate_examples
|
73 |
return [
|