Instructions to use AstralZander/igbo_ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AstralZander/igbo_ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AstralZander/igbo_ASR")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("AstralZander/igbo_ASR") model = AutoModelForCTC.from_pretrained("AstralZander/igbo_ASR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bf4ec50
1
Parent(s): 02430ed
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,5 @@ language:
|
|
| 7 |
- ig
|
| 8 |
---
|
| 9 |
facebook/wav2vec2-xls-r-300m fine-tuned on google/fleurs and mozilla-foundation/common_voice_13_0 for Igbo language.
|
|
|
|
| 10 |
WER: 0.51
|
|
|
|
| 7 |
- ig
|
| 8 |
---
|
| 9 |
facebook/wav2vec2-xls-r-300m fine-tuned on google/fleurs and mozilla-foundation/common_voice_13_0 for Igbo language.
|
| 10 |
+
|
| 11 |
WER: 0.51
|