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