mozilla-foundation/common_voice_17_0
Updated • 5.54k • 16
How to use nocturneFlow/whisper-small-common-augmented-kk with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nocturneFlow/whisper-small-common-augmented-kk") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nocturneFlow/whisper-small-common-augmented-kk")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nocturneFlow/whisper-small-common-augmented-kk")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.1921 | 1.5152 | 100 | 0.5052 | 47.7890 |
| 0.0705 | 3.0303 | 200 | 0.5226 | 49.1156 |
| 0.0077 | 4.5455 | 300 | 0.5783 | 47.1573 |
| 0.0035 | 6.0606 | 400 | 0.5758 | 46.0834 |
| 0.0008 | 7.5758 | 500 | 0.6011 | 46.4940 |
| 0.0006 | 9.0909 | 600 | 0.6126 | 46.3677 |
| 0.0003 | 10.6061 | 700 | 0.6159 | 44.4409 |
| 0.0002 | 12.1212 | 800 | 0.6194 | 44.3146 |
| 0.0002 | 13.6364 | 900 | 0.6216 | 46.5256 |
| 0.0002 | 15.1515 | 1000 | 0.6225 | 46.5572 |
Base model
openai/whisper-small