this model based on whisper-tiny model that trained with minds-14 dataset, only trained in english version : enUS

example of using model to classify intent:

>>> from transformers import pipeline

model_id = "kairaamilanii/whisper-mind14-enUS"

transcriber = pipeline(
    "automatic-speech-recognition",
    model=model_id,
    chunk_length_s=30,
    device="cuda:0" if torch.cuda.is_available() else "cpu",
)

audio_file = "/content/602b9a90963e11ccd901cbd0.wav"  # Replace with your audio file path

text = transcriber(audio_file)
text

example output:

{'text': "hello i was looking at my recent transactions and i saw that there's a payment that i didn't make will you be able to stop this thank you"}
Downloads last month
5
Safetensors
Model size
37.8M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for kairaamilanii/whisper-mind14-enUS

Finetuned
(1339)
this model

Dataset used to train kairaamilanii/whisper-mind14-enUS

Space using kairaamilanii/whisper-mind14-enUS 1

Evaluation results