Automatic Speech Recognition
Transformers
Safetensors
English
lasr_ctc
medical-asr
radiology
medical
Instructions to use google/medasr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/medasr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="google/medasr")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("google/medasr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
MLX format
#6
by shamsburki - opened
Can this model be converted to MLX format?
shamsburki changed discussion status to closed
shamsburki changed discussion status to open
Thanks so much. managed to reduce my app size by ~1GB