cjpais commited on
Commit
58c3f51
·
verified ·
1 Parent(s): 4d08be0

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