cjpais commited on
Commit
cdc56f0
·
verified ·
1 Parent(s): 584def9

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
  - parakeet
15
  - conformer
16
  - ctc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
- # parakeet-ctc-0.6b transcribe.cpp GGUF
20
 
21
  GGUF conversions of [nvidia/parakeet-ctc-0.6b](https://huggingface.co/nvidia/parakeet-ctc-0.6b) for use
22
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
 
14
  - parakeet
15
  - conformer
16
  - ctc
17
+ transcribe_cpp:
18
+ wer_librispeech_test_clean:
19
+ f32: 1.87
20
+ f16: 1.87
21
+ q8_0: 1.87
22
+ q6_k: 1.84
23
+ q5_k_m: 1.87
24
+ q4_k_m: 1.9
25
+ rtf_m4_max:
26
+ metal: 218.5
27
+ cpu: 30.5
28
+ rtf_ryzen_4750u:
29
+ vulkan: 22.5
30
+ cpu: 10
31
+ streaming: false
32
+ translate: false
33
+ lang_detect: false
34
+ timestamps: token
35
  ---
36
 
37
+ # parakeet-ctc-0.6b: transcribe.cpp GGUF
38
 
39
  GGUF conversions of [nvidia/parakeet-ctc-0.6b](https://huggingface.co/nvidia/parakeet-ctc-0.6b) for use
40
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).