changes in WER
Browse files
README.md
CHANGED
|
@@ -24,10 +24,10 @@ model-index:
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
-
value: 36.
|
| 28 |
- name: Validation WER
|
| 29 |
type: wer
|
| 30 |
-
value: 36.
|
| 31 |
---
|
| 32 |
# Wav2Vec2-Large-XLSR-53-Arabic
|
| 33 |
|
|
@@ -197,7 +197,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
|
| 197 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
| 198 |
```
|
| 199 |
|
| 200 |
-
**Test Result**: 36.
|
| 201 |
|
| 202 |
|
| 203 |
## Future Work
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
+
value: 36.699
|
| 28 |
- name: Validation WER
|
| 29 |
type: wer
|
| 30 |
+
value: 36.699
|
| 31 |
---
|
| 32 |
# Wav2Vec2-Large-XLSR-53-Arabic
|
| 33 |
|
|
|
|
| 197 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
| 198 |
```
|
| 199 |
|
| 200 |
+
**Test Result**: 36.699%
|
| 201 |
|
| 202 |
|
| 203 |
## Future Work
|