iulik-pisik/audio_vreme
Updated • 20
How to use iulik-pisik/horoscop_vreme_tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/horoscop_vreme_tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/horoscop_vreme_tiny")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/horoscop_vreme_tiny")This model is a fine-tuned version of iulik-pisik/horoscope_model_tiny on the Vreme ProTV dataset. It achieves the following results on the evaluation set:
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0443 | 6.02 | 1000 | 0.1949 | 15.5569 |
| 0.0023 | 12.05 | 2000 | 0.2601 | 14.1389 |
| 0.0008 | 18.07 | 3000 | 0.2798 | 14.0362 |
| 0.0006 | 24.1 | 4000 | 0.2868 | 13.9951 |