kneth90/test_data_set_2
Viewer • Updated • 726 • 6
How to use kneth90/whisper-small-id with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="kneth90/whisper-small-id") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("kneth90/whisper-small-id")
model = AutoModelForSpeechSeq2Seq.from_pretrained("kneth90/whisper-small-id")This model is a fine-tuned version of openai/whisper-small on the Test Dataset 2 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.0008 | 41.6667 | 1000 | 1.5316 | 64.9789 |
| 0.0001 | 83.3333 | 2000 | 1.6316 | 64.3460 |
| 0.0 | 125.0 | 3000 | 1.6618 | 64.5570 |
| 0.0 | 166.6667 | 4000 | 1.6740 | 63.9241 |
Base model
openai/whisper-small