luigisaetta/atco2_atcosim
Viewer • Updated • 10.1k • 52
How to use luigisaetta/whisper-atcosim with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="luigisaetta/whisper-atcosim") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("luigisaetta/whisper-atcosim")
model = AutoModelForSpeechSeq2Seq.from_pretrained("luigisaetta/whisper-atcosim")This model is a fine-tuned version of openai/whisper-medium on the atco2_atcosim 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.5702 | 0.2 | 50 | 0.2557 | 0.1007 |
| 0.1181 | 0.39 | 100 | 0.1144 | 0.0775 |
| 0.1073 | 0.59 | 150 | 0.0740 | 0.0529 |
| 0.0747 | 0.79 | 200 | 0.0628 | 0.0369 |