cjpais commited on
Commit
6687f30
·
verified ·
1 Parent(s): 87b6736

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-tiny transcribe.cpp GGUF
117
 
118
  GGUF conversions of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) 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: 7.54
117
+ f16: 7.49
118
+ q8_0: 7.53
119
+ q6_k: 7.63
120
+ q5_k_m: 7.63
121
+ q4_k_m: 7.76
122
+ rtf_m4_max:
123
+ metal: 302.1
124
+ cpu: 76.1
125
+ rtf_ryzen_4750u:
126
+ vulkan: 61
127
+ cpu: 24.8
128
+ streaming: false
129
+ translate: true
130
+ lang_detect: true
131
+ timestamps: segment
132
  ---
133
 
134
+ # whisper-tiny: transcribe.cpp GGUF
135
 
136
  GGUF conversions of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) for use
137
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).