DianaJin/logi
Viewer • Updated • 42 • 13
How to use DianaJin/logi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DianaJin/logi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DianaJin/logi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DianaJin/logi", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the DianaJin/logi 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.0004 | 250.0 | 500 | 2.3248 | 100.0 |
| 0.0002 | 500.0 | 1000 | 2.3827 | 100.0 |
| 0.0002 | 750.0 | 1500 | 2.9600 | 100.0 |
| 0.0002 | 1000.0 | 2000 | 3.2265 | 100.0 |
Base model
openai/whisper-medium