iulik-pisik/horoscop_neti
Updated • 37
How to use iulik-pisik/horoscope_model_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/horoscope_model_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/horoscope_model_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/horoscope_model_small")This model is a fine-tuned version of openai/whisper-small 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.0066 | 9.71 | 1000 | 0.1934 | 10.0754 |
| 0.0003 | 19.42 | 2000 | 0.2242 | 9.5157 |
| 0.0002 | 29.13 | 3000 | 0.2351 | 9.6861 |
| 0.0002 | 38.83 | 4000 | 0.2392 | 9.7834 |