Commit
·
ea8c6f9
1
Parent(s):
0b1358f
improved to 34.64
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
# Wav2Vec2-Large-XLSR-53-Mongolian-v1
|
@@ -107,7 +107,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
|
107 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
108 |
```
|
109 |
|
110 |
-
**Test Result**:
|
111 |
|
112 |
|
113 |
## Training
|
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
+
value: 34.64
|
27 |
---
|
28 |
|
29 |
# Wav2Vec2-Large-XLSR-53-Mongolian-v1
|
|
|
107 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
108 |
```
|
109 |
|
110 |
+
**Test Result**: 34.64 %
|
111 |
|
112 |
|
113 |
## Training
|