figfig/restaurant_order_test
Viewer • Updated • 6 • 4
How to use figfig/whisper-small-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="figfig/whisper-small-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("figfig/whisper-small-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("figfig/whisper-small-en")This model is a fine-tuned version of openai/whisper-small on the test_data 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 |
|---|---|---|---|---|
| No log | 10.0 | 10 | 2.2425 | 7.1429 |
| No log | 20.0 | 20 | 0.6651 | 0.0 |
| 2.4375 | 30.0 | 30 | 0.5776 | 35.7143 |
| 2.4375 | 40.0 | 40 | 0.5435 | 78.5714 |