How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="KemalHal/whisper-base-bosnian-google")
# Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq

processor = AutoProcessor.from_pretrained("KemalHal/whisper-base-bosnian-google")
model = AutoModelForSpeechSeq2Seq.from_pretrained("KemalHal/whisper-base-bosnian-google", device_map="auto")
Quick Links

Ovaj model je Fine-Tuned verzija Whisper AI base modela na Bosanskom jeziku. Dataset koristen je google/fleurs bs_ba.

Downloads last month
26
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train KemalHal/whisper-base-bosnian-google