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