Whisper-base-minds14-ForClassification

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

Usage:

from transformers import WhisperProcessor, WhisperForAudioClassification
processor = WhisperProcessor.from_pretrained("Willy030125/Whisper-base-minds14-ForClassification")
model = WhisperForAudioClassification.from_pretrained("Willy030125/Whisper-base-minds14-ForClassification", num_labels=14)
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.