DianaJin/starstar
Viewer • Updated • 23 • 16
How to use DianaJin/starstar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DianaJin/starstar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DianaJin/starstar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DianaJin/starstar", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the DianaJin/starstar 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.0011 | 50.0 | 100 | 0.6455 | 9.2920 |
| 0.0003 | 100.0 | 200 | 0.7593 | 9.2920 |
| 0.0003 | 150.0 | 300 | 0.8092 | 9.2920 |
| 0.0003 | 200.0 | 400 | 0.8269 | 9.2920 |
Base model
openai/whisper-medium