kreasof-ai/bigc-bem-eng
Viewer • Updated • 87.9k • 142 • 1
How to use ymoslem/whisper-small-bemba-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ymoslem/whisper-small-bemba-v1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ymoslem/whisper-small-bemba-v1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ymoslem/whisper-small-bemba-v1")This model is a fine-tuned version of openai/whisper-small on an unknown dataset. It achieves the following results on the evaluation set:
When combined with fine-tuned NLLB-200 3.3B, Bemba-English results are as follows:
| BLEU | ChrF++ | COMET |
|---|---|---|
| 27.41 | 49.65 | 51.77 |
Bemba automatic speech recognition (ASR)
For research purposes only
Big-C
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.5933 | 1.0 | 10645 | 0.5593 | 44.3113 |
| 0.4243 | 2.0 | 21290 | 0.4738 | 38.8064 |
| 0.2944 | 3.0 | 31935 | 0.4645 | 36.1826 |
Base model
openai/whisper-small