lord-reso/inbrowser-proctor-dataset
Viewer • Updated • 505 • 24
How to use lord-reso/whisper-small-inbrowser-proctor with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="lord-reso/whisper-small-inbrowser-proctor") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("lord-reso/whisper-small-inbrowser-proctor")
model = AutoModelForSpeechSeq2Seq.from_pretrained("lord-reso/whisper-small-inbrowser-proctor")This model is a fine-tuned version of openai/whisper-small on the Inbrowser Procotor Dataset 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.3461 | 0.4545 | 25 | 0.4545 | 26.0433 |
| 0.1902 | 0.9091 | 50 | 0.3309 | 17.4419 |
| 0.1184 | 1.3636 | 75 | 0.3120 | 14.6543 |
| 0.0944 | 1.8182 | 100 | 0.3066 | 16.7251 |
| 0.0632 | 2.2727 | 125 | 0.3046 | 14.8455 |
| 0.0688 | 2.7273 | 150 | 0.3060 | 14.8933 |
| 0.0479 | 3.1818 | 175 | 0.3063 | 17.1074 |
| 0.0515 | 3.6364 | 200 | 0.3081 | 15.4986 |
| 0.0296 | 4.0909 | 225 | 0.3096 | 17.2507 |
| 0.0348 | 4.5455 | 250 | 0.3099 | 17.0755 |
Base model
openai/whisper-small