Commit
·
02f2518
1
Parent(s):
7b37713
Update README.md
Browse files
README.md
CHANGED
@@ -113,8 +113,10 @@ result = test_data.map(evaluate, batched=True, batch_size=8)
|
|
113 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["text"])))
|
114 |
```
|
115 |
|
116 |
-
**Test Result**: 19.05 %
|
|
|
117 |
**Test Result on OpenSLR test**: 14.15 % (157 examples)
|
|
|
118 |
**Test Results on InterSpeech test**: 27.14 % (157 examples)
|
119 |
|
120 |
## Training
|
|
|
113 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["text"])))
|
114 |
```
|
115 |
|
116 |
+
**Test Result**: 19.05 %
|
117 |
+
|
118 |
**Test Result on OpenSLR test**: 14.15 % (157 examples)
|
119 |
+
|
120 |
**Test Results on InterSpeech test**: 27.14 % (157 examples)
|
121 |
|
122 |
## Training
|