Whisper-base-minds14

Dataset source: https://huggingface.co/datasets/PolyAI/minds14
Model used for Fine Tuning: https://huggingface.co/openai/whisper-base
Trained on Colab T4 @ 2 epoch (910 steps)

Usage:

from transformers import WhisperProcessor, WhisperForConditionalGeneration
processor = WhisperProcessor.from_pretrained("Willy030125/Whisper-base-minds14")
model = WhisperForConditionalGeneration.from_pretrained("Willy030125/Whisper-base-minds14")
Downloads last month
1
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.