luigisaetta/atco2_normalized_augmented
Viewer • Updated • 1.57k • 22
How to use luigisaetta/whisper-atco2-medium with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="luigisaetta/whisper-atco2-medium") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("luigisaetta/whisper-atco2-medium")
model = AutoModelForSpeechSeq2Seq.from_pretrained("luigisaetta/whisper-atco2-medium", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the luigisaetta/atco2_normalized_augmented 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 |
|---|---|---|---|---|
| 2.3939 | 1.06 | 50 | 1.8493 | 66.5618 |
| 0.5127 | 2.13 | 100 | 0.5119 | 30.6080 |
| 0.0626 | 3.19 | 150 | 0.5410 | 20.4403 |
| 0.0157 | 4.25 | 200 | 0.5775 | 19.8113 |
| 0.0107 | 5.32 | 250 | 0.5552 | 19.7065 |
| 0.0044 | 6.38 | 300 | 0.5723 | 18.1342 |
| 0.0013 | 7.45 | 350 | 0.5763 | 17.7149 |
| 0.0005 | 8.51 | 400 | 0.6053 | 17.7149 |
| 0.0004 | 9.57 | 450 | 0.6109 | 17.5052 |
| 0.0004 | 10.64 | 500 | 0.6129 | 17.5052 |