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