yangwang825
commited on
Commit
•
415cdf1
1
Parent(s):
fae65a3
Update pianos.py
Browse files
pianos.py
CHANGED
@@ -54,7 +54,7 @@ class PianosConfig(datasets.BuilderConfig):
|
|
54 |
self.features = features
|
55 |
|
56 |
|
57 |
-
class
|
58 |
|
59 |
BUILDER_CONFIGS = [
|
60 |
PianosConfig(
|
@@ -66,7 +66,7 @@ class pianos(datasets.GeneratorBasedBuilder):
|
|
66 |
"label": datasets.ClassLabel(names=_NAMES),
|
67 |
}
|
68 |
),
|
69 |
-
name="
|
70 |
description=textwrap.dedent(_DESCRIPTION),
|
71 |
),
|
72 |
]
|
|
|
54 |
self.features = features
|
55 |
|
56 |
|
57 |
+
class Pianos(datasets.GeneratorBasedBuilder):
|
58 |
|
59 |
BUILDER_CONFIGS = [
|
60 |
PianosConfig(
|
|
|
66 |
"label": datasets.ClassLabel(names=_NAMES),
|
67 |
}
|
68 |
),
|
69 |
+
name="pianos",
|
70 |
description=textwrap.dedent(_DESCRIPTION),
|
71 |
),
|
72 |
]
|