infinitejoy
commited on
Commit
·
d899d07
1
Parent(s):
ff126bc
almost state of the art
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
# Wav2Vec2-Large-XLSR-53-Assamese
|
29 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Assamese using the [Common Voice](https://huggingface.co/datasets/common_voice).
|
@@ -91,6 +91,6 @@ def evaluate(batch):
|
|
91 |
result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
92 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
93 |
```
|
94 |
-
**Test Result**:
|
95 |
## Training
|
96 |
-
The Common Voice `train` and `validation` datasets were used for training.
|
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
+
value: 69.63
|
27 |
---
|
28 |
# Wav2Vec2-Large-XLSR-53-Assamese
|
29 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Assamese using the [Common Voice](https://huggingface.co/datasets/common_voice).
|
|
|
91 |
result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
92 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
93 |
```
|
94 |
+
**Test Result**: 69.63 %
|
95 |
## Training
|
96 |
+
The Common Voice `train` and `validation` datasets were used for training.
|