You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running whisper-cli and whisper-server simultaneously with, the same model ggml-model-q5_0.bin, the same WAV file recording_174.wav and the same --language vi parameter. Why do they produce different results?
Run whisper-cli with command: ./build/bin/whisper-cli -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin /home/twinb/Downloads/recording_174.wav -l vi
Result: tôi muốn học đại học
=> True result
Run whisper-server with command: ./build/bin/whisper-server -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin -l vi
and curl: curl 127.0.0.1:8080/inference -H "Content-Type: multipart/form-data" -F file="/home/twinb/Downloads/recording_174.wav"
Result: chuyển sang đại học
=> False result
I test many files and the result with whisper-cli is True and the result with whisper-server is False
The text was updated successfully, but these errors were encountered:
I'm running
whisper-cli
andwhisper-server
simultaneously with, the same modelggml-model-q5_0.bin
, the same WAV filerecording_174.wav
and the same--language vi
parameter. Why do they produce different results?whisper-cli
with command:./build/bin/whisper-cli -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin /home/twinb/Downloads/recording_174.wav -l vi
Result:
tôi muốn học đại học
=> True result
whisper-server
with command:./build/bin/whisper-server -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin -l vi
and curl:
curl 127.0.0.1:8080/inference -H "Content-Type: multipart/form-data" -F file="/home/twinb/Downloads/recording_174.wav"
Result:
chuyển sang đại học
=> False result
I test many files and the result with
whisper-cli
isTrue
and the result withwhisper-server
isFalse
The text was updated successfully, but these errors were encountered: