birgermoell
commited on
Commit
•
fe913d0
1
Parent(s):
4e7c0b4
Updated readme
Browse files
README.md
CHANGED
@@ -21,10 +21,10 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Test WER
|
23 |
type: wer
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
-
# Wav2Vec2-Large-XLSR-53-
|
28 |
|
29 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Luganda using the [Common Voice](https://huggingface.co/datasets/common_voice)
|
30 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
@@ -116,7 +116,7 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
116 |
```
|
117 |
|
118 |
**Test Result**:
|
119 |
-
WER:
|
120 |
|
121 |
## Training
|
122 |
|
|
|
21 |
metrics:
|
22 |
- name: Test WER
|
23 |
type: wer
|
24 |
+
value: 36.951816
|
25 |
---
|
26 |
|
27 |
+
# Wav2Vec2-Large-XLSR-53-Estonian
|
28 |
|
29 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Luganda using the [Common Voice](https://huggingface.co/datasets/common_voice)
|
30 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
|
|
116 |
```
|
117 |
|
118 |
**Test Result**:
|
119 |
+
WER: 36.951816
|
120 |
|
121 |
## Training
|
122 |
|