iulik-pisik/audio_vreme
Updated • 21
How to use iulik-pisik/vreme_model_tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/vreme_model_tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/vreme_model_tiny")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/vreme_model_tiny")This model is a fine-tuned version of openai/whisper-tiny 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.0494 | 6.02 | 1000 | 0.1717 | 14.1184 |
| 0.0033 | 12.05 | 2000 | 0.2362 | 14.3855 |
| 0.0011 | 18.07 | 3000 | 0.2596 | 13.9540 |
| 0.0008 | 24.1 | 4000 | 0.2668 | 13.9129 |
Base model
openai/whisper-tiny