iulik-pisik/audio_vreme
Updated • 21
How to use iulik-pisik/vreme_model_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="iulik-pisik/vreme_model_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("iulik-pisik/vreme_model_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("iulik-pisik/vreme_model_small")This model is a fine-tuned version of openai/whisper-small on the Vreme ProTv 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.0141 | 6.02 | 1000 | 0.1417 | 9.2067 |
| 0.0007 | 12.05 | 2000 | 0.1657 | 8.4464 |
| 0.0002 | 18.07 | 3000 | 0.1833 | 8.0353 |
| 0.0001 | 24.1 | 4000 | 0.1873 | 7.9942 |
Base model
openai/whisper-small