beshkenadze commited on
Commit
86a1899
·
verified ·
1 Parent(s): b1072f3

docs: refresh parity note and validation status

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -1,14 +1,3 @@
1
- ---
2
- library_name: mlx
3
- tags:
4
- - automatic-speech-recognition
5
- - speech-to-text
6
- - audio
7
- - mlx
8
- - safetensors
9
- license: other
10
- ---
11
-
12
  # cohere-transcribe-03-2026-mlx-8bit
13
 
14
  Quantized MLX weights for **beshkenadze/cohere-transcribe-03-2026-mlx-fp16**.
@@ -38,6 +27,22 @@ Sample: `Tests/media/conversational_a.wav`
38
  - Peak memory: **2.87 GB**
39
  - Output: `Coffee's story likely begins in Ethiopia, where legend tells of a goat herder named Kaldi, who noticed his goats became energetic after eating red berries from a particular bush; curious, he tried them himself and felt invigorated.`
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ## Quality note
42
 
43
  Matches fp16 on the repo sample while reducing memory substantially.
 
 
 
 
 
 
 
 
 
 
 
 
1
  # cohere-transcribe-03-2026-mlx-8bit
2
 
3
  Quantized MLX weights for **beshkenadze/cohere-transcribe-03-2026-mlx-fp16**.
 
27
  - Peak memory: **2.87 GB**
28
  - Output: `Coffee's story likely begins in Ethiopia, where legend tells of a goat herder named Kaldi, who noticed his goats became energetic after eating red berries from a particular bush; curious, he tried them himself and felt invigorated.`
29
 
30
+ ## Parity note
31
+
32
+ This checkpoint has been re-validated against the current Swift and Python MLX runtimes.
33
+
34
+ Verified semantic parity on an English fixture:
35
+
36
+ > `This is a test recording in English. I am speaking clearly at a normal speed. Please transcribe this sentence exactly as I said.`
37
+
38
+ Matched across:
39
+
40
+ - Swift MLX fp16
41
+ - Swift MLX 8-bit
42
+ - Python MLX fp16
43
+ - Python MLX 8-bit
44
+ - official CUDA reference path (`transformers` native Cohere ASR)
45
+
46
  ## Quality note
47
 
48
  Matches fp16 on the repo sample while reducing memory substantially.