mangoo111/2025re_learn
Viewer • Updated • 30 • 8
How to use mangoo111/2025re_learn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mangoo111/2025re_learn") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mangoo111/2025re_learn")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mangoo111/2025re_learn")This model is a fine-tuned version of openai/whisper-base on the mangoo111/2025re_learn 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.0001 | 500.0 | 1000 | 1.4129 | 26.9608 |
| 0.0001 | 1000.0 | 2000 | 1.5120 | 28.4314 |
| 0.0 | 1500.0 | 3000 | 1.5603 | 26.9608 |
| 0.0 | 2000.0 | 4000 | 1.5861 | 26.9608 |
Base model
openai/whisper-base