Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Kabyle
Standard Moroccan Tamazight
wav2vec2
Generated from Trainer
Instructions to use TutlaytAI/wav2vec2-berber with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TutlaytAI/wav2vec2-berber with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TutlaytAI/wav2vec2-berber")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("TutlaytAI/wav2vec2-berber") model = AutoModelForCTC.from_pretrained("TutlaytAI/wav2vec2-berber", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ model-index:
|
|
| 9 |
language:
|
| 10 |
- kab
|
| 11 |
- zgh
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
language:
|
| 10 |
- kab
|
| 11 |
- zgh
|
| 12 |
+
datasets:
|
| 13 |
+
- mozilla-foundation/common_voice_17_0
|
| 14 |
+
- TutlaytAI/tamazight_asr
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|