cjpais commited on
Commit
4144417
·
verified ·
1 Parent(s): ba65cf2

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
@@ -15,9 +15,24 @@ tags:
15
  - moonshine-streaming
16
  - useful-sensors
17
  - encoder-decoder
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
- # moonshine-streaming-small transcribe.cpp GGUF
21
 
22
  GGUF conversions of [UsefulSensors/moonshine-streaming-small](https://huggingface.co/UsefulSensors/moonshine-streaming-small) for use
23
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
 
15
  - moonshine-streaming
16
  - useful-sensors
17
  - encoder-decoder
18
+ transcribe_cpp:
19
+ wer_librispeech_test_clean:
20
+ f32: 2.53
21
+ f16: 2.53
22
+ q8_0: 2.54
23
+ rtf_m4_max:
24
+ metal: 96
25
+ cpu: 57
26
+ rtf_ryzen_4750u:
27
+ vulkan: 23.5
28
+ cpu: 12
29
+ streaming: true
30
+ translate: false
31
+ lang_detect: false
32
+ timestamps: none
33
  ---
34
 
35
+ # moonshine-streaming-small: transcribe.cpp GGUF
36
 
37
  GGUF conversions of [UsefulSensors/moonshine-streaming-small](https://huggingface.co/UsefulSensors/moonshine-streaming-small) for use
38
  with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).