Instructions to use nrshoudi/hubert_base_arabic_mdd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nrshoudi/hubert_base_arabic_mdd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nrshoudi/hubert_base_arabic_mdd")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("nrshoudi/hubert_base_arabic_mdd") model = AutoModelForCTC.from_pretrained("nrshoudi/hubert_base_arabic_mdd", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8edf60c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ff6283325d1a1bf35f848cb2d982e77d44d4d48cf78dd77191944ba4405e91a2
size 377635320
|