DianaJin/show
Viewer • Updated • 42 • 11
How to use DianaJin/show with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DianaJin/show") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DianaJin/show")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DianaJin/show", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the DianaJin/show 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.0009 | 33.33 | 100 | 1.3346 | 48.9510 |
| 0.0005 | 66.67 | 200 | 1.2890 | 62.7040 |
| 0.0004 | 100.0 | 300 | 1.3687 | 71.0956 |
| 0.0004 | 133.33 | 400 | 1.4034 | 71.5618 |
Base model
openai/whisper-medium