facebook/voxpopuli
Viewer • Updated • 1.26M • 22.7k • 156
How to use qmeeus/whisper-small-multilingual-spoken-ner-end2end-v2 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-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("qmeeus/whisper-small-multilingual-spoken-ner-end2end-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("qmeeus/whisper-small-multilingual-spoken-ner-end2end-v2")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 | Combined Wer | F1 Score | Label F1 | Wer |
|---|---|---|---|---|---|---|---|
| 0.3252 | 0.1 | 500 | 0.3396 | 0.1918 | 0.6148 | 0.7578 | 0.1193 |
| 0.2729 | 0.2 | 1000 | 0.3158 | 0.1730 | 0.6449 | 0.7907 | 0.1058 |
| 0.2369 | 0.3 | 1500 | 0.2971 | 0.1736 | 0.6917 | 0.8083 | 0.1067 |
| 0.1967 | 0.4 | 2000 | 0.2823 | 0.1634 | 0.6915 | 0.8095 | 0.0999 |
| 0.1623 | 0.5 | 2500 | 0.2804 | 0.1693 | 0.7088 | 0.8249 | 0.1052 |
| 0.1146 | 1.02 | 3000 | 0.2820 | 0.1593 | 0.7012 | 0.8106 | 0.0951 |
| 0.0938 | 1.12 | 3500 | 0.2792 | 0.1500 | 0.7205 | 0.8238 | 0.0875 |
| 0.1001 | 1.22 | 4000 | 0.2750 | 0.1549 | 0.7072 | 0.8061 | 0.0928 |
| 0.0848 | 1.32 | 4500 | 0.2741 | 0.1471 | 0.7243 | 0.8318 | 0.0860 |
| 0.0649 | 1.42 | 5000 | 0.2745 | 0.1468 | 0.7304 | 0.8350 | 0.0858 |
Base model
openai/whisper-small