PereLluis13 commited on
Commit
aaf6283
1 Parent(s): 4782841

Update Readme with newer checkpoint epoch 18

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -134,7 +134,7 @@ def chunked_wer(targets, predictions, chunk_size=None):
134
  print("WER: {:2f}".format(100 * chunked_wer(result["sentence"], result["pred_strings"], chunk_size=4000)))
135
  ```
136
 
137
- **Test Result**: 9.31 %
138
 
139
  ## Training
140
 
 
134
  print("WER: {:2f}".format(100 * chunked_wer(result["sentence"], result["pred_strings"], chunk_size=4000)))
135
  ```
136
 
137
+ **Test Result**: 8.93 %
138
 
139
  ## Training
140