Idrizorg commited on
Commit
5c21dd5
1 Parent(s): 4edf31e

Update WER_Evaluation_For_TTS.py

Browse files
Files changed (1) hide show
  1. WER_Evaluation_For_TTS.py +1 -1
WER_Evaluation_For_TTS.py CHANGED
@@ -47,7 +47,7 @@ class SOMOS(datasets.GeneratorBasedBuilder):
47
  "text": datasets.Value("string"),
48
  }
49
  ),
50
- supervised_keys=None,
51
  homepage=_URL,
52
  citation=_CITATION,
53
  )
 
47
  "text": datasets.Value("string"),
48
  }
49
  ),
50
+ supervised_keys=("file", "label"),
51
  homepage=_URL,
52
  citation=_CITATION,
53
  )