Instructions to use todeschini/medical-whisper-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use todeschini/medical-whisper-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="todeschini/medical-whisper-pt")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("todeschini/medical-whisper-pt") model = AutoModelForSpeechSeq2Seq.from_pretrained("todeschini/medical-whisper-pt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 84c9eb73c61fdc17f8aa2f5b5bcf2d62b33f01eea7de107d245541f07f977652
- Size of remote file:
- 5.76 kB
- SHA256:
- cdc56f2b2607b30d610a25e23398e792bb9eb8a4be9c64290db693e3798168e7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.