Instructions to use omarelsayeed/wav2vec2_ar_anz2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omarelsayeed/wav2vec2_ar_anz2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="omarelsayeed/wav2vec2_ar_anz2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("omarelsayeed/wav2vec2_ar_anz2") model = AutoModelForCTC.from_pretrained("omarelsayeed/wav2vec2_ar_anz2") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8f09f9e
OmarElSayed commited on
Create README.md 066d07a
OmarElSayed commited on
Upload processor c01e8ba
OmarElSayed commited on
Upload Wav2Vec2ForCTC 2132c20
OmarElSayed commited on