Views
No views yet
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0983 | 0.1 | 1000 | 0.3072 | 16.4362 |
| 0.1219 | 0.2 | 2000 | 0.2923 | 15.6642 |
| 0.134 | 0.3 | 3000 | 0.2345 | 13.7450 |
| 0.2113 | 0.39 | 4000 | 0.2061 | 13.4020 |
1from transformers import pipeline
2pipe = pipeline("automatic-speech-recognition", model="imvladikon/whisper-medium-he", device_map="auto") # requires `pip install accelerate`
3print(recognize("sample.mp3"))1git clone https://github.com/openai/whisper
2git clone https://github.com/ggerganov/whisper.cpp
3git clone https://huggingface.co/imvladikon/whisper-medium-he
4python3 ./whisper.cpp/models/convert-h5-to-ggml.py ./whisper-medium-he/ ./whisper .ggml-model.bin):cd whisper.cpp && ./main -m ../ggml-model.bin -f ../sample.wav