unanam/mdrama
Viewer • Updated • 3.17k • 14
How to use unanam/whisper-small-ver2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="unanam/whisper-small-ver2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("unanam/whisper-small-ver2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("unanam/whisper-small-ver2")This model is a fine-tuned version of openai/whisper-small on the 사극 드라마 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 | Cer |
|---|---|---|---|---|
| 0.1387 | 3.5 | 500 | 0.4537 | 16.3581 |
| 0.0218 | 6.99 | 1000 | 0.5024 | 16.0241 |
| 0.0041 | 10.49 | 1500 | 0.5310 | 15.2224 |
| 0.0028 | 13.99 | 2000 | 0.5554 | 18.7918 |
| 0.0009 | 17.48 | 2500 | 0.5743 | 14.9265 |
| 0.0012 | 20.98 | 3000 | 0.5883 | 15.2510 |
| 0.0006 | 24.48 | 3500 | 0.5982 | 15.2128 |
| 0.0006 | 27.97 | 4000 | 0.6016 | 15.2224 |
Base model
openai/whisper-small