Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Northern Kurdish
Kurdish
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
robust-speech-event
model_for_talk
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use Akashpb13/xlsr_kurmanji_kurdish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Akashpb13/xlsr_kurmanji_kurdish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Akashpb13/xlsr_kurmanji_kurdish")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Akashpb13/xlsr_kurmanji_kurdish") model = AutoModelForCTC.from_pretrained("Akashpb13/xlsr_kurmanji_kurdish") - Notebooks
- Google Colab
- Kaggle
Add "multilingual" to the language tag
Browse filesHi! A PR to add "multilingual" to the language tag to improve the referencing.
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- kmr
|
| 4 |
-
- ku
|
| 5 |
license: apache-2.0
|
| 6 |
tags:
|
| 7 |
- automatic-speech-recognition
|
|
@@ -17,33 +15,33 @@ model-index:
|
|
| 17 |
- name: Akashpb13/xlsr_kurmanji_kurdish
|
| 18 |
results:
|
| 19 |
- task:
|
| 20 |
-
name: Automatic Speech Recognition
|
| 21 |
type: automatic-speech-recognition
|
|
|
|
| 22 |
dataset:
|
| 23 |
name: Common Voice 8
|
| 24 |
type: mozilla-foundation/common_voice_8_0
|
| 25 |
args: kmr
|
| 26 |
metrics:
|
| 27 |
-
-
|
| 28 |
-
type: wer
|
| 29 |
value: 0.33073206986250464
|
| 30 |
-
|
| 31 |
-
|
| 32 |
value: 0.08035244447163924
|
|
|
|
| 33 |
- task:
|
| 34 |
-
name: Automatic Speech Recognition
|
| 35 |
type: automatic-speech-recognition
|
|
|
|
| 36 |
dataset:
|
| 37 |
name: Robust Speech Event - Dev Data
|
| 38 |
type: speech-recognition-community-v2/dev_data
|
| 39 |
args: kmr
|
| 40 |
metrics:
|
| 41 |
-
-
|
| 42 |
-
type: wer
|
| 43 |
value: 0.33073206986250464
|
| 44 |
-
|
| 45 |
-
|
| 46 |
value: 0.08035244447163924
|
|
|
|
| 47 |
---
|
| 48 |
|
| 49 |
# Akashpb13/xlsr_kurmanji_kurdish
|
|
|
|
| 1 |
---
|
| 2 |
+
language: multilingual
|
|
|
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
- automatic-speech-recognition
|
|
|
|
| 15 |
- name: Akashpb13/xlsr_kurmanji_kurdish
|
| 16 |
results:
|
| 17 |
- task:
|
|
|
|
| 18 |
type: automatic-speech-recognition
|
| 19 |
+
name: Automatic Speech Recognition
|
| 20 |
dataset:
|
| 21 |
name: Common Voice 8
|
| 22 |
type: mozilla-foundation/common_voice_8_0
|
| 23 |
args: kmr
|
| 24 |
metrics:
|
| 25 |
+
- type: wer
|
|
|
|
| 26 |
value: 0.33073206986250464
|
| 27 |
+
name: Test WER
|
| 28 |
+
- type: cer
|
| 29 |
value: 0.08035244447163924
|
| 30 |
+
name: Test CER
|
| 31 |
- task:
|
|
|
|
| 32 |
type: automatic-speech-recognition
|
| 33 |
+
name: Automatic Speech Recognition
|
| 34 |
dataset:
|
| 35 |
name: Robust Speech Event - Dev Data
|
| 36 |
type: speech-recognition-community-v2/dev_data
|
| 37 |
args: kmr
|
| 38 |
metrics:
|
| 39 |
+
- type: wer
|
|
|
|
| 40 |
value: 0.33073206986250464
|
| 41 |
+
name: Test WER
|
| 42 |
+
- type: cer
|
| 43 |
value: 0.08035244447163924
|
| 44 |
+
name: Test CER
|
| 45 |
---
|
| 46 |
|
| 47 |
# Akashpb13/xlsr_kurmanji_kurdish
|