iulik-pisik/horoscop_neti
Updated • 37
How to use iulik-pisik/horoscope_model_base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/horoscope_model_base") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/horoscope_model_base")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/horoscope_model_base")This model is a fine-tuned version of openai/whisper-base on the Horoscop Neti 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.0142 | 9.71 | 1000 | 0.2707 | 18.0336 |
| 0.0012 | 19.42 | 2000 | 0.3073 | 17.0601 |
| 0.0007 | 29.13 | 3000 | 0.3225 | 17.0114 |
| 0.0005 | 38.83 | 4000 | 0.3282 | 17.0358 |