cjpais commited on
Commit
e0f6952
·
verified ·
1 Parent(s): b99e8af

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
@@ -111,9 +111,27 @@ tags:
111
  - speech-to-text
112
  - whisper
113
  - openai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  ---
115
 
116
- # whisper-base transcribe.cpp GGUF
117
 
118
  GGUF conversions of [openai/whisper-base](https://huggingface.co/openai/whisper-base) for use
119
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
 
111
  - speech-to-text
112
  - whisper
113
  - openai
114
+ transcribe_cpp:
115
+ wer_librispeech_test_clean:
116
+ f32: 5.1
117
+ f16: 5.1
118
+ q8_0: 5.12
119
+ q6_k: 5.12
120
+ q5_k_m: 5.19
121
+ q4_k_m: 5.36
122
+ rtf_m4_max:
123
+ metal: 209.4
124
+ cpu: 36.6
125
+ rtf_ryzen_4750u:
126
+ vulkan: 34.8
127
+ cpu: 11.9
128
+ streaming: false
129
+ translate: true
130
+ lang_detect: true
131
+ timestamps: segment
132
  ---
133
 
134
+ # whisper-base: transcribe.cpp GGUF
135
 
136
  GGUF conversions of [openai/whisper-base](https://huggingface.co/openai/whisper-base) for use
137
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).