Kiniu/go_dataset
Viewer • Updated • 4.24k • 14
How to use Kiniu/whisper_go with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Kiniu/whisper_go") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Kiniu/whisper_go")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Kiniu/whisper_go")This model is a fine-tuned version of openai/whisper-small on the go_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.0369 | 4.71 | 1000 | 0.2629 | 76.9137 |
| 0.0015 | 9.41 | 2000 | 0.3291 | 110.8992 |
| 0.0018 | 14.12 | 3000 | 0.3530 | 181.1038 |
| 0.0006 | 18.82 | 4000 | 0.3608 | 190.5437 |