Update README.md
Browse files
README.md
CHANGED
@@ -127,6 +127,7 @@ print(f"CER: {cer.compute(predictions=predictions, references=references, chunk_
|
|
127 |
|
128 |
**Test Result**:
|
129 |
In the table below I report the Word Error Rate (WER) and the Character Error Rate (CER) of the model. I ran the evaluation script described above on other models as well (on 2021-05-10). Note that the table below may show different results from those already reported, this may have been caused due to some specificity of the other evaluation scripts used.
|
|
|
130 |
| Model | WER | CER |
|
131 |
| ------------- | ------------- | ------------- |
|
132 |
| jonatasgrosman/wav2vec2-large-xlsr-53-japanese | **81.30%** | **21.9%** |
|
|
|
127 |
|
128 |
**Test Result**:
|
129 |
In the table below I report the Word Error Rate (WER) and the Character Error Rate (CER) of the model. I ran the evaluation script described above on other models as well (on 2021-05-10). Note that the table below may show different results from those already reported, this may have been caused due to some specificity of the other evaluation scripts used.
|
130 |
+
|
131 |
| Model | WER | CER |
|
132 |
| ------------- | ------------- | ------------- |
|
133 |
| jonatasgrosman/wav2vec2-large-xlsr-53-japanese | **81.30%** | **21.9%** |
|