auswm85 commited on
Commit
1d17486
·
verified ·
1 Parent(s): 817f657

release v4-da7bdcd: model card

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -10,6 +10,20 @@ tags:
10
  - dictation
11
  - speech-to-text
12
  - llama.cpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Flowbee Cut — technical dictation cleaner
@@ -50,9 +64,6 @@ llama-server -m flowbee-cut-<version>.Q4_K_M.gguf -ngl 99 -c 4096
50
  directives, glossary-conditioned phonetic repairs, everyday dictation, and
51
  passthrough negatives. Adapter merged into the base weights, quantized to
52
  Q4_K_M.
53
- - Trained, evaluated, and published automatically by CI (GitHub Actions →
54
- Modal GPU). A release is published only if it clears a held-out 22-case
55
- evaluation battery; the current release scores **21/22**.
56
 
57
  ## Files
58
 
 
10
  - dictation
11
  - speech-to-text
12
  - llama.cpp
13
+ model-index:
14
+ - name: flowbee-cut
15
+ results:
16
+ - task:
17
+ type: text-generation
18
+ name: Transcript cleaning
19
+ dataset:
20
+ name: Flowbee Cut eval battery (held-out, 22 cases)
21
+ type: flowbee-cut-battery
22
+ metrics:
23
+ - name: Battery pass rate
24
+ type: accuracy
25
+ value: 1.0000
26
+ verified: false
27
  ---
28
 
29
  # Flowbee Cut — technical dictation cleaner
 
64
  directives, glossary-conditioned phonetic repairs, everyday dictation, and
65
  passthrough negatives. Adapter merged into the base weights, quantized to
66
  Q4_K_M.
 
 
 
67
 
68
  ## Files
69