jlvdoorn/atco2-asr-atcosim
Viewer • Updated • 10.1k • 414 • 14
How to use youngsangroh/whisper-large-finetuned-atco2-asr-atcosim with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="youngsangroh/whisper-large-finetuned-atco2-asr-atcosim") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("youngsangroh/whisper-large-finetuned-atco2-asr-atcosim")
model = AutoModelForMultimodalLM.from_pretrained("youngsangroh/whisper-large-finetuned-atco2-asr-atcosim")This model is a fine-tuned version of openai/whisper-large on the This is a dataset constructed from two datasets: ATCO2-ASR and 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.0547 | 1.9763 | 1000 | 0.0675 | 4.0346 |
| 0.0115 | 3.9526 | 2000 | 0.0690 | 2.8309 |
| 0.003 | 5.9289 | 3000 | 0.0682 | 2.6212 |
| 0.0003 | 7.9051 | 4000 | 0.0715 | 2.6422 |
Base model
openai/whisper-large