File size: 1,804 Bytes
d1f8434
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1072f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86a1899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1072f3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
language:
- en
license: apache-2.0
pipeline_tag: automatic-speech-recognition
library_name: mlx
tags:
- mlx
- automatic-speech-recognition
- speech-to-text
- audio
- cohere_asr
- quantized
- 8bit
base_model:
- CohereLabs/cohere-transcribe-03-2026
---

# cohere-transcribe-03-2026-mlx-8bit

Quantized MLX weights for **beshkenadze/cohere-transcribe-03-2026-mlx-fp16**.

## Variant

- Precision: **8-bit**
- Quantization mode: `affine`
- Group size: `64`

## Files

- `model.safetensors`
- `config.json`
- `tokenizer.model`
- `tokenizer_config.json`
- `preprocessor_config.json`
- `special_tokens_map.json`
- `key_map.json`
- `conversion_summary.json`

## Repo-sample benchmark

Sample: `Tests/media/conversational_a.wav`

- Generation TPS: **352.9**
- Peak memory: **2.87 GB**
- 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.`

## Parity note

This checkpoint has been re-validated against the current Swift and Python MLX runtimes.

Verified semantic parity on an English fixture:

> `This is a test recording in English. I am speaking clearly at a normal speed. Please transcribe this sentence exactly as I said.`

Matched across:

- Swift MLX fp16
- Swift MLX 8-bit
- Python MLX fp16
- Python MLX 8-bit
- official CUDA reference path (`transformers` native Cohere ASR)

## Quality note

Matches fp16 on the repo sample while reducing memory substantially.

## Notes

- Generated from the Swift-compatible fp16 checkpoint `beshkenadze/cohere-transcribe-03-2026-mlx-fp16`.
- This repository contains inference artifacts only. Refer to the upstream Cohere model card and license for original model details.