google/fleurs
Viewer • Updated • 768k • 58.8k • 404
How to use arun100/whisper-base-id-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-id-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-id-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-id-2")This model is a fine-tuned version of arun100/whisper-base-id-1 on the google/fleurs id_id 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.3799 | 45.0 | 500 | 0.5510 | 28.5103 |
| 0.1679 | 90.0 | 1000 | 0.5254 | 26.7478 |
| 0.0785 | 136.0 | 1500 | 0.5336 | 27.1386 |
| 0.0408 | 181.0 | 2000 | 0.5439 | 27.1755 |
| 0.0266 | 227.0 | 2500 | 0.5513 | 27.0354 |
| 0.02 | 272.0 | 3000 | 0.5569 | 28.0826 |
| 0.0159 | 318.0 | 3500 | 0.5612 | 28.5767 |
| 0.0136 | 363.0 | 4000 | 0.5645 | 30.1254 |
| 0.0124 | 409.0 | 4500 | 0.5667 | 28.7611 |
| 0.012 | 454.0 | 5000 | 0.5674 | 28.7021 |