iulik-pisik/audio_vreme
Updated • 20
How to use iulik-pisik/vreme_model_base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/vreme_model_base") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/vreme_model_base")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/vreme_model_base")This model is a fine-tuned version of openai/whisper-base on the Vreme ProTv 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 | Wer |
|---|---|---|---|---|
| 0.0284 | 6.02 | 1000 | 0.1553 | 12.2483 |
| 0.0013 | 12.05 | 2000 | 0.2104 | 11.8783 |
| 0.0006 | 18.07 | 3000 | 0.2232 | 11.5290 |
| 0.0004 | 24.1 | 4000 | 0.2275 | 11.5701 |
Base model
openai/whisper-base