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
- 7
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.