ras0k/Genius-Quebec-Rap-Top150
Viewer • Updated • 620 • 16
How to use ras0k/whisper-rap-queb-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ras0k/whisper-rap-queb-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ras0k/whisper-rap-queb-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ras0k/whisper-rap-queb-v3")This model is a fine-tuned version of openai/whisper-large-v3 on the Genius-Quebec-Rap-Top-150 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
Github: https://github.com/ras0k/whisper-rap-queb
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 0 | 0 | 0.8603 | 56.3136 |
| 0.5418 | 12.5 | 200 | 0.6867 | 39.9158 |
| 0.4054 | 25.0 | 400 | 0.6274 | 37.6759 |
| 0.3577 | 37.5 | 600 | 0.6287 | 36.8129 |
| 0.3385 | 50.0 | 800 | 0.6329 | 36.5252 |
| 0.3178 | 62.5 | 1000 | 0.6364 | 36.8643 |
| 0.3191 | 75.0 | 1200 | 0.6371 | 36.3814 |
| 0.3210 | 87.5 | 1400 | 0.6369 | 36.2273 |
| 0.3197 | 100.0 | 1600 | 0.6370 | 36.5869 |
Base model
openai/whisper-large-v3