iulik-pisik/audio_vreme
Updated • 20
How to use iulik-pisik/busu_model_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/busu_model_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/busu_model_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/busu_model_small")This model is a fine-tuned version of openai/whisper-small on the Vreme ProTv - Florin Busuioc 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.0103 | 7.63 | 1000 | 0.1628 | 9.5598 |
| 0.0003 | 15.27 | 2000 | 0.2040 | 9.3514 |
| 0.0001 | 22.9 | 3000 | 0.2165 | 9.0649 |
| 0.0001 | 30.53 | 4000 | 0.2208 | 9.0649 |
Base model
openai/whisper-small