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