janaab/supreme-court-speech
Viewer • Updated • 14.8k • 22 • 1
How to use janaab/whisper-small-sc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="janaab/whisper-small-sc") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("janaab/whisper-small-sc")
model = AutoModelForSpeechSeq2Seq.from_pretrained("janaab/whisper-small-sc")This model is a fine-tuned version of openai/whisper-small on janaab/supreme-court-speech 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.2799 | 0.7704 | 250 | 0.2614 | 12.1130 | 11.6261 |
| 0.1454 | 1.5408 | 500 | 0.2367 | 11.0523 | 10.6016 |
| 0.072 | 2.3112 | 750 | 0.2428 | 10.6736 | 10.2154 |
| 0.0488 | 3.0817 | 1000 | 0.2638 | 10.8335 | 10.3623 |
| 0.0294 | 3.8521 | 1250 | 0.2689 | 11.2821 | 10.7793 |
| 0.012 | 4.6225 | 1500 | 0.2992 | 10.7269 | 10.2317 |
Base model
openai/whisper-small