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