Remove legacy mimo-asr.gguf + mimo-asr-q2_k.gguf (pre-2191a70 truncated vocab); update README
Browse files- README.md +1 -2
- mimo-asr-q2_k.gguf +0 -3
- mimo-asr.gguf +0 -3
README.md
CHANGED
|
@@ -26,7 +26,6 @@ The runtime is functional end-to-end: greedy decode through the 36-layer Qwen2 L
|
|
| 26 |
|---|---|---|---|
|
| 27 |
| `mimo-asr-f16.gguf` | F16 | 14.9 GB | Full precision; needs ~16 GB RAM during inference |
|
| 28 |
| `mimo-asr-q4_k.gguf` | Q4_K | 4.5 GB | **Default** — fits in 8 GB RAM, no quality loss visible on JFK |
|
| 29 |
-
| `mimo-asr-q2_k.gguf` | Q2_K | (legacy) | Older quant, see commit history |
|
| 30 |
|
| 31 |
Pair with **[`cstr/mimo-tokenizer-GGUF`](https://huggingface.co/cstr/mimo-tokenizer-GGUF)** — the audio tokenizer is a separate model that converts 16 kHz PCM → 8-channel RVQ codes that this LM consumes.
|
| 32 |
|
|
@@ -112,7 +111,7 @@ build-ninja-compile/bin/crispasr-quantize \
|
|
| 112 |
mimo-asr-f16.gguf mimo-asr-q4_k.gguf q4_k
|
| 113 |
```
|
| 114 |
|
| 115 |
-
Vocab is padded to 151680 entries (151643 BPE + 30 special + 7 unused slots) and `tokenizer.ggml.merges` is populated (151291 entries).
|
| 116 |
|
| 117 |
## Citation
|
| 118 |
|
|
|
|
| 26 |
|---|---|---|---|
|
| 27 |
| `mimo-asr-f16.gguf` | F16 | 14.9 GB | Full precision; needs ~16 GB RAM during inference |
|
| 28 |
| `mimo-asr-q4_k.gguf` | Q4_K | 4.5 GB | **Default** — fits in 8 GB RAM, no quality loss visible on JFK |
|
|
|
|
| 29 |
|
| 30 |
Pair with **[`cstr/mimo-tokenizer-GGUF`](https://huggingface.co/cstr/mimo-tokenizer-GGUF)** — the audio tokenizer is a separate model that converts 16 kHz PCM → 8-channel RVQ codes that this LM consumes.
|
| 31 |
|
|
|
|
| 111 |
mimo-asr-f16.gguf mimo-asr-q4_k.gguf q4_k
|
| 112 |
```
|
| 113 |
|
| 114 |
+
Vocab is padded to 151680 entries (151643 BPE + 30 special + 7 unused slots) and `tokenizer.ggml.merges` is populated (151291 entries). Earlier filenames (`mimo-asr.gguf`, `mimo-asr-q2_k.gguf`) shipped before commit `2191a70` with truncated vocab + missing merges and were removed from the repo on 2026-05-01.
|
| 115 |
|
| 116 |
## Citation
|
| 117 |
|
mimo-asr-q2_k.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:27511ddbdbd6a4ba56d5586346476011153d980af2ccaf5fc15dbbb4d9be871d
|
| 3 |
-
size 2636060256
|
|
|
|
|
|
|
|
|
|
|
|
mimo-asr.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c9520caf5457f6598f8a7603a50ea89b005d98346c569f5ddfd52032dea1a133
|
| 3 |
-
size 16041074720
|
|
|
|
|
|
|
|
|
|
|
|