yangwang825
commited on
Commit
•
fc97d9f
1
Parent(s):
926915a
Update esc50.py
Browse files
esc50.py
CHANGED
@@ -18,7 +18,7 @@ class ESC50(datasets.GeneratorBasedBuilder):
|
|
18 |
{
|
19 |
# "filepath": datasets.Value("string"),
|
20 |
"audio": datasets.Audio(sampling_rate=SAMPLE_RATE),
|
21 |
-
"fold": datasets.Value(dtype='
|
22 |
"label": datasets.ClassLabel(names=ESC50_LABELS),
|
23 |
}
|
24 |
),
|
|
|
18 |
{
|
19 |
# "filepath": datasets.Value("string"),
|
20 |
"audio": datasets.Audio(sampling_rate=SAMPLE_RATE),
|
21 |
+
"fold": datasets.Value(dtype='int32', id=None),
|
22 |
"label": datasets.ClassLabel(names=ESC50_LABELS),
|
23 |
}
|
24 |
),
|