wriothsly/main1
Viewer • Updated • 3.02k • 8
How to use wriothsly/whisper-small-as with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="wriothsly/whisper-small-as") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("wriothsly/whisper-small-as")
model = AutoModelForSpeechSeq2Seq.from_pretrained("wriothsly/whisper-small-as")This model is a fine-tuned version of openai/whisper-small on the main1 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.0055 | 6.6225 | 1000 | 0.0060 | 2.8886 |
| 0.0009 | 13.2450 | 2000 | 0.0037 | 1.5589 |
| 0.0003 | 19.8675 | 3000 | 0.0002 | 0.6878 |
| 0.0 | 26.4901 | 4000 | 0.0000 | 0.6648 |
| 0.0 | 33.1126 | 5000 | 0.0000 | 0.6648 |
Base model
openai/whisper-small