carlosdanielhernandezmena
commited on
Commit
•
d8d5907
1
Parent(s):
3498789
Update README.md
Browse files
README.md
CHANGED
@@ -193,7 +193,7 @@ results = ds.map(map_to_result,remove_columns=ds.column_names)
|
|
193 |
#Compute the overall WER now.
|
194 |
print("Test WER: {:.3f}".format(wer_metric.compute(predictions=results["pred_str"], references=results["sentence"])))
|
195 |
```
|
196 |
-
**Test Result**:
|
197 |
|
198 |
# BibTeX entry and citation info
|
199 |
*When publishing results based on these models please refer to:*
|
|
|
193 |
#Compute the overall WER now.
|
194 |
print("Test WER: {:.3f}".format(wer_metric.compute(predictions=results["pred_str"], references=results["sentence"])))
|
195 |
```
|
196 |
+
**Test Result**: 0.094
|
197 |
|
198 |
# BibTeX entry and citation info
|
199 |
*When publishing results based on these models please refer to:*
|