Instructions to use UsefulSensors/moonshine-tiny-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UsefulSensors/moonshine-tiny-ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UsefulSensors/moonshine-tiny-ar")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("UsefulSensors/moonshine-tiny-ar") model = AutoModelForSpeechSeq2Seq.from_pretrained("UsefulSensors/moonshine-tiny-ar") - Notebooks
- Google Colab
- Kaggle
Hindi ASR Model
#2
by edwixx - opened
these current models are awesome but is there a speculation when the models for hindi will be released?
hi @edwixx thanks for reaching out!
when it comes to next languages, we are interested in hearing from the community.
i can't give a timeframe as to when we release one, but we can definitely prioritize hindi for the next batch of languages!