k-seungri/k_whisper_dataset
Viewer • Updated • 131 • 10
How to use k-seungri/k_whisper_output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="k-seungri/k_whisper_output") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("k-seungri/k_whisper_output")
model = AutoModelForSpeechSeq2Seq.from_pretrained("k-seungri/k_whisper_output")This model is a fine-tuned version of openai/whisper-base on the k_whisper_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 | Cer |
|---|---|---|---|---|
| 0.0002 | 142.86 | 1000 | 0.5964 | 16.9687 |
| 0.0001 | 285.71 | 2000 | 0.6299 | 16.6392 |
| 0.0001 | 428.57 | 3000 | 0.6459 | 17.1334 |
| 0.0001 | 571.43 | 4000 | 0.6590 | 53.0478 |
Base model
openai/whisper-base