Shiry/ATC_combined
Viewer • Updated • 23.7k • 189 • 1
How to use san2003m/whisper-small-atc0510 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="san2003m/whisper-small-atc0510") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("san2003m/whisper-small-atc0510")
model = AutoModelForSpeechSeq2Seq.from_pretrained("san2003m/whisper-small-atc0510")This model is a fine-tuned version of openai/whisper-small on the ATC 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.2728 | 0.84 | 1000 | 0.3054 | 13.2221 |
| 0.1259 | 1.69 | 2000 | 0.2615 | 10.4611 |
| 0.0558 | 2.53 | 3000 | 0.2588 | 9.9267 |
| 0.0316 | 3.38 | 4000 | 0.2690 | 9.8680 |
| 0.0136 | 4.22 | 5000 | 0.2696 | 9.9247 |
Base model
openai/whisper-small