fsicoli/common_voice_22_0
Updated • 5.67k • 17
How to use ShiroMM/whisper-small-th with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ShiroMM/whisper-small-th") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ShiroMM/whisper-small-th")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ShiroMM/whisper-small-th")This model is a fine-tuned version of openai/whisper-small on the Common Voice 22.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 |
|---|---|---|---|---|
| 3.3587 | 1.0 | 330 | 3.2810 | 100.0 |
| 2.2188 | 2.0 | 660 | 3.0993 | 100.0 |
| 2.4391 | 3.0 | 990 | 2.9453 | 100.0 |
Base model
openai/whisper-small