gingercake01/stt0409
Viewer • Updated • 2.93k • 2
How to use gingercake01/repo002 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="gingercake01/repo002") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("gingercake01/repo002")
model = AutoModelForSpeechSeq2Seq.from_pretrained("gingercake01/repo002")This model is a fine-tuned version of openai/whisper-base on the stt0409 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.0 | 6.8 | 1000 | 0.0000 | 658.3618 |
| 0.0 | 13.61 | 2000 | 0.0000 | 1255.9727 |
Base model
openai/whisper-base