nightmedia commited on
Commit
8037ce5
·
verified ·
1 Parent(s): 4a92da0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 token down the road writes Python, and finishes with React
29
- The q6-hi, encoded with group size 32, writes some haskell, and stops somewhere at 20k tokens
30
- The qx86-hi worked for 40k tokens, reasoning around the Haskell solution without skipping a beat
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: