cjpais commited on
Commit
a9607fb
·
verified ·
1 Parent(s): df0804b

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-1.1b transcribe.cpp GGUF
20
 
21
  GGUF conversions of [nvidia/parakeet-ctc-1.1b](https://huggingface.co/nvidia/parakeet-ctc-1.1b) 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.85
20
+ f16: 1.85
21
+ q8_0: 1.85
22
+ q6_k: 1.85
23
+ q5_k_m: 1.84
24
+ q4_k_m: 1.9
25
+ rtf_m4_max:
26
+ metal: 139.5
27
+ cpu: 17.5
28
+ rtf_ryzen_4750u:
29
+ vulkan: 14
30
+ cpu: 6
31
+ streaming: false
32
+ translate: false
33
+ lang_detect: false
34
+ timestamps: token
35
  ---
36
 
37
+ # parakeet-ctc-1.1b: transcribe.cpp GGUF
38
 
39
  GGUF conversions of [nvidia/parakeet-ctc-1.1b](https://huggingface.co/nvidia/parakeet-ctc-1.1b) for use
40
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).