rngzhi/cs3264-project
Viewer • Updated • 3.54k • 23
How to use rngzhi/cs3264-project-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rngzhi/cs3264-project-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rngzhi/cs3264-project-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rngzhi/cs3264-project-v2")This model is a fine-tuned version of openai/whisper-small on the rngzhi/cs3264-project 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.5404 | 0.0625 | 50 | 0.1970 | 5.6075 |
| 0.075 | 1.0144 | 100 | 0.1557 | 4.8780 |
| 0.042 | 1.0769 | 150 | 0.1610 | 4.9692 |
| 0.0185 | 2.0288 | 200 | 0.1628 | 4.9122 |
| 0.0117 | 2.0913 | 250 | 0.1651 | 5.0262 |
| 0.0096 | 3.0431 | 300 | 0.1716 | 5.0490 |
| 0.007 | 3.1056 | 350 | 0.1747 | 5.0034 |
| 0.0045 | 4.0575 | 400 | 0.1783 | 5.1402 |
| 0.0046 | 5.0094 | 450 | 0.1749 | 5.1288 |
| 0.004 | 5.0719 | 500 | 0.1782 | 5.0148 |
| 0.0021 | 6.0237 | 550 | 0.1814 | 5.0034 |
| 0.004 | 6.0862 | 600 | 0.1813 | 4.9920 |
| 0.0024 | 7.0381 | 650 | 0.1844 | 4.9350 |
| 0.0022 | 7.1006 | 700 | 0.1834 | 4.9008 |
| 0.0032 | 8.0525 | 750 | 0.1850 | 4.9236 |
| 0.0016 | 9.0044 | 800 | 0.1850 | 4.9236 |
Base model
openai/whisper-small