MicheRomChis commited on
Commit
87d72e0
Β·
verified Β·
1 Parent(s): 186292c

Accuracy pass: Q6_K embedding note, fixed tau, filenames

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ tags:
32
 
33
  **Micro-Terse** is a 423M-parameter (β‰ˆ320M active) **ternary-weight** language model trained from
34
  scratch for β‰ˆ**$150**, deployable as a **182 MB CPU-only GGUF**. Its weights are constrained to
35
- `{βˆ’1, 0, +1}` (β‰ˆ1.58 bits), so `TQ2_0` packing is lossless.
36
 
37
  It is a research proof-of-concept, **not** a production assistant. At an 8B-token budget it is
38
  data-limited: fluent for a clause or two, near chance on knowledge benchmarks. The point is
@@ -43,7 +43,7 @@ run on owned hardware.
43
 
44
  - **Ternary weights `{βˆ’1, 0, +1}`** on all internal projections.
45
  - **Clean-room** architecture and ternary training operator.
46
- - **Lossless 182 MB GGUF**, **CPU-only** inference.
47
  - **Trained from scratch for β‰ˆ$150** on a single RTX A6000.
48
 
49
  ### Model Variants
 
32
 
33
  **Micro-Terse** is a 423M-parameter (β‰ˆ320M active) **ternary-weight** language model trained from
34
  scratch for β‰ˆ**$150**, deployable as a **182 MB CPU-only GGUF**. Its weights are constrained to
35
+ `{βˆ’1, 0, +1}` (β‰ˆ1.58 bits), so `TQ2_0` packs them exactly; the released 182 MB file pairs that with a Q6_K tied embedding.
36
 
37
  It is a research proof-of-concept, **not** a production assistant. At an 8B-token budget it is
38
  data-limited: fluent for a clause or two, near chance on knowledge benchmarks. The point is
 
43
 
44
  - **Ternary weights `{βˆ’1, 0, +1}`** on all internal projections.
45
  - **Clean-room** architecture and ternary training operator.
46
+ - **182 MB GGUF** (ternary weights packed exactly; Q6_K tied embedding), **CPU-only** inference.
47
  - **Trained from scratch for β‰ˆ$150** on a single RTX A6000.
48
 
49
  ### Model Variants