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