RareElf commited on
Commit
deebcb8
·
verified ·
1 Parent(s): d2782c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -21,7 +21,7 @@ pipeline_tag: automatic-speech-recognition
21
 
22
  # 🇰🇪 Model Card for `RareElf/kalenjin-asr`
23
 
24
- This model is a fine-tuned version of `facebook/wav2vec2-xls-r-300m` for **automatic speech recognition (ASR)** in **Kalenjin**. It represents the **Stage 2 research milestone** in a PhD-level inquiry into low-resource Nilotic languages at **iLabAfrica, Strathmore University**.
25
 
26
  ---
27
 
@@ -56,27 +56,10 @@ This model leverages the **Wav2Vec2-XLS-R-300M** architecture, specifically fine
56
 
57
  ## ⚠️ Bias, Risks, and Limitations
58
 
59
- - Performance reflects the distribution of Mozilla Common Voice 11.0.
60
  - Tonal variations in Kalenjin remain challenging for CTC-based architectures.
61
  - Performance may vary across dialects not represented in training data.
62
 
63
- ---
64
-
65
- ## 🧪 How to Get Started
66
-
67
- ```python
68
- from transformers import pipeline
69
-
70
- transcriber = pipeline(
71
- "automatic-speech-recognition",
72
- model="RareElf/kalenjin-asr"
73
- )
74
-
75
- result = transcriber("audio_sample.wav")
76
- print(result["text"])
77
- ```
78
-
79
- ---
80
 
81
  ## 🏋️ Training Details
82
 
 
21
 
22
  # 🇰🇪 Model Card for `RareElf/kalenjin-asr`
23
 
24
+ This model is a fine-tuned version of `facebook/wav2vec2-xls-r-300m` for **automatic speech recognition (ASR)** in **Kalenjin**. It represents the **Stage 2 research milestone** in research inquiry into low-resource Nilotic languages at **iLabAfrica, Strathmore University**.
25
 
26
  ---
27
 
 
56
 
57
  ## ⚠️ Bias, Risks, and Limitations
58
 
59
+ - Performance reflects the distribution of Common Voice Scripted Speech 24.0 - Kalenjin.
60
  - Tonal variations in Kalenjin remain challenging for CTC-based architectures.
61
  - Performance may vary across dialects not represented in training data.
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ## 🏋️ Training Details
65