yangwang825 commited on
Commit
061e719
·
verified ·
1 Parent(s): aeccc9b

Update nsynth-script.py

Browse files
Files changed (1) hide show
  1. nsynth-script.py +1 -1
nsynth-script.py CHANGED
@@ -113,5 +113,5 @@ class Nsynth(datasets.GeneratorBasedBuilder):
113
  "id": str(guid),
114
  "audio": audio_filename,
115
  "pitch": examples[guid]["pitch"],
116
- "label": examples[guid]["instrument_family_str"],
117
  }
 
113
  "id": str(guid),
114
  "audio": audio_filename,
115
  "pitch": examples[guid]["pitch"],
116
+ "label": examples[guid]["pitch"],
117
  }