iulik-pisik/horoscop_neti
Updated • 37
How to use iulik-pisik/horoscope_model_tiny with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/horoscope_model_tiny") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/horoscope_model_tiny")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/horoscope_model_tiny")This model is a fine-tuned version of openai/whisper-tiny 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.0401 | 9.71 | 1000 | 0.3338 | 22.5116 |
| 0.0027 | 19.42 | 2000 | 0.3979 | 22.5359 |
| 0.0013 | 29.13 | 3000 | 0.4230 | 22.0248 |
| 0.001 | 38.83 | 4000 | 0.4305 | 21.8545 |