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