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
Add LM ARPA file
#11
by wuuuuuuuk - opened