Spaces:
Runtime error
Runtime error
soeren
commited on
Commit
·
c740dcc
1
Parent(s):
b5923cb
changed to train set
Browse files- prepare.py +1 -1
prepare.py
CHANGED
@@ -13,7 +13,7 @@ if __name__ == "__main__":
|
|
13 |
print("Dataset loaded from cache.")
|
14 |
else:
|
15 |
# Load dataset using datasets.load_dataset()
|
16 |
-
ds = datasets.load_dataset("renumics/speech_commands_enriched", split="
|
17 |
print("Dataset loaded using datasets.load_dataset().")
|
18 |
|
19 |
df = ds.to_pandas()
|
|
|
13 |
print("Dataset loaded from cache.")
|
14 |
else:
|
15 |
# Load dataset using datasets.load_dataset()
|
16 |
+
ds = datasets.load_dataset("renumics/speech_commands_enriched", split="train")
|
17 |
print("Dataset loaded using datasets.load_dataset().")
|
18 |
|
19 |
df = ds.to_pandas()
|