Merge branch 'main' of https://huggingface.co/Nhut/wav2vec2-large-xlsr-vietnamese
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ model-index:
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
-
value:
|
| 28 |
---
|
| 29 |
|
| 30 |
# Wav2Vec2-Large-XLSR-53-Vietnamese
|
|
@@ -117,7 +117,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
|
| 117 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
| 118 |
```
|
| 119 |
|
| 120 |
-
**Test Result**:
|
| 121 |
|
| 122 |
|
| 123 |
## Training
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
+
value: 55.93
|
| 28 |
---
|
| 29 |
|
| 30 |
# Wav2Vec2-Large-XLSR-53-Vietnamese
|
|
|
|
| 117 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
| 118 |
```
|
| 119 |
|
| 120 |
+
**Test Result**: 55.93 %
|
| 121 |
|
| 122 |
|
| 123 |
## Training
|