edinburghcstr/ami
Viewer • Updated • 267k • 9.6k • 86
How to use futureProofGlitch/whisper-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="futureProofGlitch/whisper-small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("futureProofGlitch/whisper-small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("futureProofGlitch/whisper-small")This model is a fine-tuned version of openai/whisper-small on the AMI Meeting Corpus 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.2735 | 0.61 | 500 | 0.3324 | 21.5310 | 21.2081 |
| 0.1235 | 1.22 | 1000 | 0.3473 | 19.6819 | 19.4991 |
| 0.1317 | 1.83 | 1500 | 0.3342 | 19.0920 | 18.7929 |
| 0.0647 | 2.44 | 2000 | 0.3671 | 22.8615 | 22.6949 |
| 0.0294 | 3.05 | 2500 | 0.3842 | 18.5566 | 18.4101 |
| 0.0534 | 3.66 | 3000 | 0.4044 | 20.8094 | 20.5998 |
| 0.0366 | 4.27 | 3500 | 0.4277 | 20.2686 | 20.1372 |
| 0.0328 | 4.88 | 4000 | 0.4325 | 19.5838 | 19.3832 |