DianaJin/miniproject_train
Viewer • Updated • 28 • 9
How to use DianaJin/Dianajin with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DianaJin/Dianajin") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DianaJin/Dianajin")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DianaJin/Dianajin", device_map="auto")This model is a fine-tuned version of openai/whisper-base on the ./whisper-mideum-kr 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 |
|---|---|---|---|---|
| 2.7143 | 50.0 | 100 | 4.6669 | 294.9367 |
| 0.0018 | 100.0 | 200 | 5.2253 | 100.0 |
| 0.0008 | 150.0 | 300 | 5.4916 | 100.0 |
| 0.0005 | 200.0 | 400 | 5.7864 | 100.0 |
Base model
openai/whisper-base