lord-reso/inbrowser-proctor-dataset
Viewer • Updated • 505 • 37
How to use Saugat20021/whisper-small-inbrowser-proctor with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Saugat20021/whisper-small-inbrowser-proctor") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Saugat20021/whisper-small-inbrowser-proctor")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Saugat20021/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.2855 | 0.4545 | 25 | 0.4320 | 24.4186 |
| 0.1728 | 0.9091 | 50 | 0.3271 | 17.4896 |
| 0.0925 | 1.3636 | 75 | 0.3101 | 14.5428 |
| 0.1021 | 1.8182 | 100 | 0.3059 | 16.8366 |
| 0.054 | 2.2727 | 125 | 0.3039 | 15.1641 |
| 0.083 | 2.7273 | 150 | 0.3050 | 14.6703 |
| 0.0355 | 3.1818 | 175 | 0.3055 | 14.7818 |
| 0.0502 | 3.6364 | 200 | 0.3074 | 15.6897 |
| 0.0287 | 4.0909 | 225 | 0.3089 | 17.0596 |
| 0.0347 | 4.5455 | 250 | 0.3093 | 16.9481 |
Base model
openai/whisper-small