Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ This is an experimental quant with mixed precision selective layers, rendered wi
|
|
25 |
Side effects of quanting with the qx86-hi formula
|
26 |
```bash
|
27 |
I needed Haskell code.
|
28 |
-
The q6 starts with Haskell, 10k
|
29 |
-
The q6-hi, encoded with group size 32, writes some haskell, and stops
|
30 |
-
The qx86-hi worked for
|
31 |
```
|
32 |
|
33 |
From the original model card:
|
|
|
25 |
Side effects of quanting with the qx86-hi formula
|
26 |
```bash
|
27 |
I needed Haskell code.
|
28 |
+
The q6 starts with Haskell, 10k tokens down the road writes Python, and finishes with React at 30k tokens
|
29 |
+
The q6-hi, encoded with group size 32, writes some haskell, and stops around 24k tokens
|
30 |
+
The qx86-hi worked for 43k tokens, reasoning around the Haskell solution without skipping a beat
|
31 |
```
|
32 |
|
33 |
From the original model card:
|