darynka-xo/whisper_finetune_dataset
Viewer • Updated • 16.6k • 12
How to use darynka-xo/whisper-small-aifc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="darynka-xo/whisper-small-aifc") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("darynka-xo/whisper-small-aifc")
model = AutoModelForSpeechSeq2Seq.from_pretrained("darynka-xo/whisper-small-aifc", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the whisper_finetune_dataset 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.0043 | 1.1186 | 1000 | 0.0453 | 1.6911 |
| 0.0028 | 2.2371 | 2000 | 0.0396 | 1.4198 |
| 0.0004 | 3.3557 | 3000 | 0.0394 | 1.3464 |
| 0.0003 | 4.4743 | 4000 | 0.0397 | 1.3076 |
Base model
openai/whisper-small