mangoo111/stt_datasets_mixed
Viewer • Updated • 7.02k • 15
How to use mangoo111/stt_whisper_mixed with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mangoo111/stt_whisper_mixed") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mangoo111/stt_whisper_mixed")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mangoo111/stt_whisper_mixed")This model is a fine-tuned version of openai/whisper-base on the AIHub_non-face-to-face-care_data 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 | Cer | Normalized Cer |
|---|---|---|---|---|---|
| 0.6939 | 2.5 | 1000 | 0.7123 | 100.3264 | 0.1254 |
| 0.4626 | 5.0 | 2000 | 0.4787 | 93.8130 | 0.1173 |
| 0.3828 | 7.5 | 3000 | 0.4661 | 86.6106 | 0.1083 |
| 0.3207 | 10.0 | 4000 | 0.4811 | 99.8114 | 0.1248 |
Base model
openai/whisper-base