Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: nemo
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- fa
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
pipeline_tag: automatic-speech-recognition
|
9 |
+
tags:
|
10 |
+
- audio
|
11 |
+
- speech
|
12 |
+
- automatic-speech-recognition
|
13 |
+
model-index:
|
14 |
+
- name: Wav2Vec2 XLS-R 300M Persian (Farsi) by Ali Farokh
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Common Voice fa
|
21 |
+
type: common_voice
|
22 |
+
args: fa
|
23 |
+
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 32.08
|
27 |
+
---
|
28 |
+
|
29 |
+
# NeMo Conformer Medium Persian (Farsi)
|
30 |
+
Please refer to [Persian ASR](https://github.com/alifarrokh/persian-asr) for more information about training and using this model.
|