readme score upd
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
metrics:
|
| 22 |
- name: Test WER
|
| 23 |
type: wer
|
| 24 |
-
value:
|
| 25 |
---
|
| 26 |
|
| 27 |
# Wav2Vec2-Large-XLSR-53-Ukrainian
|
|
@@ -122,10 +122,10 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
| 122 |
|
| 123 |
```
|
| 124 |
|
| 125 |
-
**Test Result**:
|
| 126 |
|
| 127 |
## Training
|
| 128 |
|
| 129 |
-
The Common Voice `train`, `validation` and
|
| 130 |
|
| 131 |
The script used for training will be available [here](https://github.com/arampacha/hf-sprint-xlsr) soon.
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: Test WER
|
| 23 |
type: wer
|
| 24 |
+
value: 29.89
|
| 25 |
---
|
| 26 |
|
| 27 |
# Wav2Vec2-Large-XLSR-53-Ukrainian
|
|
|
|
| 122 |
|
| 123 |
```
|
| 124 |
|
| 125 |
+
**Test Result**: 29.89
|
| 126 |
|
| 127 |
## Training
|
| 128 |
|
| 129 |
+
The Common Voice `train`, `validation` and the M-AILABS Ukrainian corpus.
|
| 130 |
|
| 131 |
The script used for training will be available [here](https://github.com/arampacha/hf-sprint-xlsr) soon.
|