agkphysics
commited on
Commit
•
8777589
1
Parent(s):
028b17f
Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,14 @@ tags:
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
- cer
|
|
|
11 |
---
|
12 |
|
13 |
# Amharic ASR using fine-tuned Wav2vec2 XLSR-53
|
14 |
This is a finetuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) trained on the [Amharic Speech Corpus](http://www.openslr.org/25/). This corpus was produced by [Abate et al. (2005)](https://www.isca-speech.org/archive/interspeech_2005/abate05_interspeech.html) (10.21437/Interspeech.2005-467).
|
15 |
|
|
|
|
|
16 |
## Usage
|
17 |
The model can be used as follows:
|
18 |
```python
|
@@ -39,4 +42,4 @@ print(texts[0])
|
|
39 |
```
|
40 |
|
41 |
## Training
|
42 |
-
The code to train this model is available at https://github.com/agkphysics/amharic-asr.
|
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
- cer
|
11 |
+
pipeline_tag: automatic-speech-recognition
|
12 |
---
|
13 |
|
14 |
# Amharic ASR using fine-tuned Wav2vec2 XLSR-53
|
15 |
This is a finetuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) trained on the [Amharic Speech Corpus](http://www.openslr.org/25/). This corpus was produced by [Abate et al. (2005)](https://www.isca-speech.org/archive/interspeech_2005/abate05_interspeech.html) (10.21437/Interspeech.2005-467).
|
16 |
|
17 |
+
The model achieves a WER of 26% and a CER of 7% on the validation set of the Amharic Readspeech data.
|
18 |
+
|
19 |
## Usage
|
20 |
The model can be used as follows:
|
21 |
```python
|
|
|
42 |
```
|
43 |
|
44 |
## Training
|
45 |
+
The code to train this model is available at https://github.com/agkphysics/amharic-asr.
|