Nikita Pavlichenko commited on
Commit
8fe3820
1 Parent(s): e153926

task should present in fields

Browse files
Files changed (1) hide show
  1. CrowdSpeech.py +1 -0
CrowdSpeech.py CHANGED
@@ -108,6 +108,7 @@ class CrowdSpeech(datasets.GeneratorBasedBuilder):
108
  gt = audio.get("gt", "")
109
 
110
  yield task, {
 
111
  "transcriptions": transcriptions,
112
  "performers": performers,
113
  "gt": gt,
108
  gt = audio.get("gt", "")
109
 
110
  yield task, {
111
+ "task": task,
112
  "transcriptions": transcriptions,
113
  "performers": performers,
114
  "gt": gt,