new results
Browse files
NbAiLab_NPSC_16K_mp3_validation_eval_results.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
WER: 0.21108831899592173
|
2 |
+
CER: 0.062228852199736215
|
eval.py
CHANGED
@@ -90,7 +90,7 @@ def main(args):
|
|
90 |
)
|
91 |
|
92 |
batch["prediction"] = prediction["text"]
|
93 |
-
batch["target"] = normalize_text(batch["
|
94 |
return batch
|
95 |
|
96 |
# run inference on all examples
|
|
|
90 |
)
|
91 |
|
92 |
batch["prediction"] = prediction["text"]
|
93 |
+
batch["target"] = normalize_text(batch["sentence_text"])
|
94 |
return batch
|
95 |
|
96 |
# run inference on all examples
|
log_NbAiLab_NPSC_16K_mp3_validation_predictions.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log_NbAiLab_NPSC_16K_mp3_validation_targets.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|