cjpais commited on
Commit
f5c1190
·
verified ·
1 Parent(s): a1c9a19

Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -14,9 +14,24 @@ tags:
14
  - moonshine
15
  - useful-sensors
16
  - encoder-decoder
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
- # moonshine-tiny transcribe.cpp GGUF
20
 
21
  GGUF conversions of [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) for use
22
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
 
14
  - moonshine
15
  - useful-sensors
16
  - encoder-decoder
17
+ transcribe_cpp:
18
+ wer_librispeech_test_clean:
19
+ f32: 4.58
20
+ f16: 4.58
21
+ q8_0: 4.6
22
+ rtf_m4_max:
23
+ metal: 127
24
+ cpu: 153.5
25
+ rtf_ryzen_4750u:
26
+ vulkan: 56
27
+ cpu: 45.5
28
+ streaming: false
29
+ translate: false
30
+ lang_detect: false
31
+ timestamps: none
32
  ---
33
 
34
+ # moonshine-tiny: transcribe.cpp GGUF
35
 
36
  GGUF conversions of [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) for use
37
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).