younghoonKIM/MAICON2023_noise_preprocessd
Viewer • Updated • 7.89k • 10
How to use younghoonKIM/exp1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="younghoonKIM/exp1", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("younghoonKIM/exp1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("younghoonKIM/exp1", device_map="auto")This model is a fine-tuned version of openai/whisper-large on the MAICON2023_noise 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 |
|---|---|---|---|---|
| 0.6254 | 0.36 | 1000 | 0.5211 | 39.0406 |
| 0.3894 | 0.71 | 2000 | 0.3733 | 23.1574 |
| 0.0932 | 1.07 | 3000 | 0.2990 | 24.4794 |
| 0.0952 | 1.43 | 4000 | 0.2609 | 27.9801 |
Base model
openai/whisper-large