facebook/voxpopuli
Viewer • Updated • 1.26M • 22.7k • 156
How to use qmeeus/whisper-small-multilingual-spoken-ner-end2end with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="qmeeus/whisper-small-multilingual-spoken-ner-end2end") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("qmeeus/whisper-small-multilingual-spoken-ner-end2end")
model = AutoModelForSpeechSeq2Seq.from_pretrained("qmeeus/whisper-small-multilingual-spoken-ner-end2end")This model is a fine-tuned version of openai/whisper-small on the facebook/voxpopuli de+es+fr+nl 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.3562 | 0.36 | 200 | 0.3265 | 0.1920 |
| 0.3149 | 0.71 | 400 | 0.3136 | 0.1842 |
| 0.2778 | 1.07 | 600 | 0.3204 | 0.1786 |
| 0.2288 | 1.43 | 800 | 0.3156 | 0.1717 |
| 0.2307 | 1.79 | 1000 | 0.3056 | 0.1708 |
| 0.1482 | 2.14 | 1200 | 0.3138 | 0.1682 |
| 0.1368 | 2.5 | 1400 | 0.3136 | 0.1656 |
| 0.1405 | 2.86 | 1600 | 0.3082 | 0.1617 |
| 0.0639 | 3.22 | 1800 | 0.3201 | 0.1612 |
| 0.0673 | 3.57 | 2000 | 0.3242 | 0.1612 |
| 0.0688 | 3.93 | 2200 | 0.3235 | 0.1584 |
| 0.0227 | 4.29 | 2400 | 0.3420 | 0.1558 |
| 0.0232 | 4.65 | 2600 | 0.3430 | 0.1525 |
| 0.0229 | 5.0 | 2800 | 0.3450 | 0.1528 |
| 0.0064 | 5.36 | 3000 | 0.3631 | 0.1498 |
| 0.0059 | 5.72 | 3200 | 0.3652 | 0.1482 |
| 0.0043 | 6.08 | 3400 | 0.3756 | 0.1482 |
| 0.0021 | 6.43 | 3600 | 0.3798 | 0.1477 |
| 0.002 | 6.79 | 3800 | 0.3824 | 0.1484 |
| 0.0014 | 7.15 | 4000 | 0.3876 | 0.1471 |
| 0.0013 | 7.51 | 4200 | 0.3900 | 0.1473 |
| 0.0013 | 7.86 | 4400 | 0.3917 | 0.1461 |
| 0.0012 | 8.22 | 4600 | 0.3929 | 0.1462 |
| 0.0012 | 8.58 | 4800 | 0.3932 | 0.1465 |
| 0.0012 | 8.94 | 5000 | 0.3933 | 0.1464 |
Base model
openai/whisper-small