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