cjpais commited on
Commit
f25c70d
·
verified ·
1 Parent(s): 657f5c1

Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -14,9 +14,27 @@ tags:
14
  - whisper
15
  - openai
16
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
- # whisper-medium.en transcribe.cpp GGUF
20
 
21
  GGUF conversions of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) for use
22
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
 
14
  - whisper
15
  - openai
16
  - en
17
+ transcribe_cpp:
18
+ wer_librispeech_test_clean:
19
+ f32: 2.74
20
+ f16: 2.73
21
+ q8_0: 2.72
22
+ q6_k: 2.83
23
+ q5_k_m: 2.74
24
+ q4_k_m: 2.91
25
+ rtf_m4_max:
26
+ metal: 45.1
27
+ cpu: 3.2
28
+ rtf_ryzen_4750u:
29
+ vulkan: 4.6
30
+ cpu: 1.1
31
+ streaming: false
32
+ translate: false
33
+ lang_detect: false
34
+ timestamps: segment
35
  ---
36
 
37
+ # whisper-medium.en: transcribe.cpp GGUF
38
 
39
  GGUF conversions of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) for use
40
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).