Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
whisper
hf-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Instructions to use Eimhin03/ModelsMCV22Training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eimhin03/ModelsMCV22Training with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Eimhin03/ModelsMCV22Training")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Eimhin03/ModelsMCV22Training") model = AutoModelForSpeechSeq2Seq.from_pretrained("Eimhin03/ModelsMCV22Training") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Oct15_15-43-19_a55e872c3542
- Oct15_15-45-25_a55e872c3542
- Oct15_15-45-57_a55e872c3542
- Oct15_15-49-37_a55e872c3542
- Oct15_15-50-27_a55e872c3542
- Oct15_15-53-54_a55e872c3542
- Oct15_15-54-09_a55e872c3542
- Oct15_15-55-10_a55e872c3542
- Oct15_15-55-42_a55e872c3542
- Oct15_15-56-40_a55e872c3542
- Oct15_15-58-45_a55e872c3542
- Oct15_17-22-28_a55e872c3542
- Oct15_17-23-45_a55e872c3542
- Oct15_17-50-25_a55e872c3542