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 link to preprint technical report for MedASR
#12 opened about 16 hours ago
by
wuuuuuuuk
Steps to build the llm
4
#10 opened 3 months ago
by
kundangraticare
MLX format
2
#6 opened 4 months ago
by
shamsburki
Fine-tuning MedASR for Indian Regional Languages
3
#4 opened 5 months ago
by
Adityab24840