Update NSynth.py
Browse files
NSynth.py
CHANGED
@@ -27,7 +27,6 @@ _LICENSE = "Creative Commons Attribution 4.0 International (CC BY 4.0)"
|
|
27 |
class NSynth(datasets.GeneratorBasedBuilder):
|
28 |
def _info(self):
|
29 |
features = datasets.Features({
|
30 |
-
"id": datasets.Value("string"),
|
31 |
"note": datasets.Value("int64"),
|
32 |
"note_str": datasets.Value("string"),
|
33 |
"instrument": datasets.Value("int64"),
|
|
|
27 |
class NSynth(datasets.GeneratorBasedBuilder):
|
28 |
def _info(self):
|
29 |
features = datasets.Features({
|
|
|
30 |
"note": datasets.Value("int64"),
|
31 |
"note_str": datasets.Value("string"),
|
32 |
"instrument": datasets.Value("int64"),
|