ntnu-smil/ami-1s-ft
Viewer • Updated • 69.2k • 15
How to use ntnu-smil/whisper-large-v3-ami-1-merged with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ntnu-smil/whisper-large-v3-ami-1-merged") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ntnu-smil/whisper-large-v3-ami-1-merged")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ntnu-smil/whisper-large-v3-ami-1-merged", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on the ntnu-smil/ami-1s-ft 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 | Cer | Decode Runtime | Wer Runtime | Cer Runtime |
|---|---|---|---|---|---|---|---|---|
| 2.2365 | 0.0769 | 10 | 3.2101 | 71.2225 | 305.1720 | 5.7416 | 0.0099 | 0.0322 |
| 1.9464 | 0.1538 | 20 | 3.1678 | 81.2843 | 319.6875 | 5.8313 | 0.0098 | 0.0337 |
| 1.5994 | 0.2308 | 30 | 3.0765 | 106.4904 | 341.3692 | 5.8220 | 0.0105 | 0.0351 |
| 1.1357 | 0.3077 | 40 | 3.2982 | 129.5330 | 214.6070 | 5.6144 | 0.0102 | 0.0259 |
| 0.4404 | 0.3846 | 50 | 3.4638 | 72.2871 | 98.6465 | 3.8830 | 0.0093 | 0.0179 |
| 0.3252 | 0.4615 | 60 | 3.3927 | 65.1099 | 80.9729 | 3.7645 | 0.0091 | 0.0167 |
| 0.3713 | 1.0231 | 70 | 3.4800 | 58.9629 | 49.3854 | 3.4950 | 0.0090 | 0.0142 |
| 0.2562 | 1.1 | 80 | 3.5965 | 54.0522 | 31.3522 | 3.3013 | 0.0089 | 0.0130 |
| 0.1821 | 1.1769 | 90 | 3.6241 | 70.4327 | 56.6693 | 3.6241 | 0.0089 | 0.0146 |
| 0.1847 | 1.2538 | 100 | 3.6725 | 66.2775 | 50.4512 | 3.6175 | 0.0090 | 0.2387 |
| 0.2257 | 1.3308 | 110 | 3.6518 | 64.8695 | 50.6408 | 3.5330 | 0.0090 | 0.0141 |
| 0.2672 | 1.4077 | 120 | 3.6463 | 69.7802 | 59.8928 | 3.6917 | 0.0090 | 0.0146 |
| 0.2578 | 1.4846 | 130 | 3.6457 | 73.2830 | 65.1890 | 3.7197 | 0.0090 | 0.0152 |
Base model
openai/whisper-large-v3