Edit model card

whisper-tiny-bn-emo

This model is a fine-tuned on shhossain/whisper-tiny-bn for emotion classification. It achieves the following results on the evaluation set:

  • Loss: 0.1842
  • Accuracy: 0.9357

Model Info

It detects 7 basic human emotions on Bengali Language.

  • ANGRY
  • DISGUST
  • FEAR
  • HAPPY
  • NEUTRAL
  • SAD
  • SURPRISE

Usage

from transformers import pipeline

pipe = pipeline("audio-classification", model="shhossain/whisper-tiny-bn-emo")

pipe("audio_file.wav")
Downloads last month
11
Safetensors
Model size
8.31M params
Tensor type
F32
·
Inference Examples
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.

Model tree for shhossain/whisper-tiny-bn-emo

Finetunes
1 model