sigargv commited on
Commit
23fe633
Β·
verified Β·
1 Parent(s): 2f5d866

Add Q8 BF16 and KL column to quant table

Browse files
Files changed (1) hide show
  1. README.md +31 -24
README.md CHANGED
@@ -57,29 +57,34 @@ Poolside release.
57
 
58
  ## Quantization summary
59
 
60
- | Quant | Status | Size | PPL |
61
- | --- | ---: | ---: | ---: |
62
- | `IQ2_K_R4` | uploaded | 64.35 GiB | 2.6686 +/- 0.04561 |
63
- | `Q2_K` | uploaded | 77.67 GiB | pending |
64
- | `IQ2_M` | uploaded | 69.47 GiB | pending |
65
- | `IQ2_XS` | uploaded | 63.07 GiB | pending |
66
- | `IQ2_S` | uploaded | 63.08 GiB | pending |
67
- | `IQ3_K_R4` | uploaded | 91.81 GiB | 2.4770 +/- 0.04102 |
68
- | `IQ3_S` | uploaded | 91.81 GiB | 2.4683 +/- 0.04051 |
69
- | `IQ4_KS_R4` | uploaded | 113.20 GiB | 2.4140 +/- 0.03950 |
70
- | `IQ4_XS` | uploaded | 112.80 GiB | 2.4227 +/- 0.03976 |
71
- | `Q4_K_M` | uploaded | 127.33 GiB | 2.4084 +/- 0.03947 |
72
- | `Q5_K_M` | uploaded | 149.26 GiB | 2.4085 +/- 0.03954 |
73
- | `Q6_K` | evaluating | 172.82 GiB | pending |
74
- | `IQ1_S` | queued | pending | pending |
75
- | `IQ1_S_R4` | queued | pending | pending |
76
- | `IQ1_KT` | queued | pending | pending |
77
- | `IQ4_K_R4` | queued | pending | pending |
78
- | `IQ5_KS_R4` | queued | pending | pending |
79
- | `IQ5_K_R4` | queued | pending | pending |
80
- | `IQ5_KS` | queued | pending | pending |
81
- | `IQ5_K` | queued | pending | pending |
82
- | `IQ6_K` | queued | pending | pending |
 
 
 
 
 
83
 
84
  ## Imatrix and calibration corpus
85
 
@@ -153,7 +158,9 @@ the earlier ad hoc `laguna-m1-code-calib.txt` were deliberately excluded.
153
 
154
  ## Metrics
155
 
156
- The PPL numbers in the table are measured by `llama-perplexity` on a fixed slice of the public calibration corpus. They are intended as reproducibility and regression checks for these artifacts, not as a general benchmark of Laguna M.1.
 
 
157
 
158
  Validation tries full GPU offload first and falls back to lower `-ngl` values if
159
  the quant is too large for full offload on the validation machine. Each quant's
 
57
 
58
  ## Quantization summary
59
 
60
+ | Quant | Status | Size | PPL | KL divergence |
61
+ | --- | ---: | ---: | ---: | ---: |
62
+ | `IQ1_S` | queued | pending | pending | pending |
63
+ | `IQ1_S_R4` | queued | pending | pending | pending |
64
+ | `IQ1_KT` | queued | pending | pending | pending |
65
+ | `IQ2_XS` | uploaded | 63.07 GiB | pending | pending |
66
+ | `IQ2_S` | uploaded | 63.08 GiB | pending | pending |
67
+ | `IQ2_K_R4` | uploaded | 64.35 GiB | 2.6686 +/- 0.04561 | pending |
68
+ | `IQ2_M` | uploaded | 69.47 GiB | pending | pending |
69
+ | `Q2_K` | uploaded | 77.67 GiB | pending | pending |
70
+ | `IQ3_S` | uploaded | 91.81 GiB | 2.4683 +/- 0.04051 | pending |
71
+ | `IQ3_K_R4` | uploaded | 91.81 GiB | 2.4770 +/- 0.04102 | pending |
72
+ | `IQ4_XS` | uploaded | 112.80 GiB | 2.4227 +/- 0.03976 | pending |
73
+ | `IQ4_KS_R4` | uploaded | 113.20 GiB | 2.4140 +/- 0.03950 | pending |
74
+ | `IQ4_K_R4` | queued | pending | pending | pending |
75
+ | `Q4_K_M` | uploaded | 127.33 GiB | 2.4084 +/- 0.03947 | pending |
76
+ | `IQ5_KS` | queued | pending | pending | pending |
77
+ | `IQ5_KS_R4` | queued | pending | pending | pending |
78
+ | `IQ5_K` | queued | pending | pending | pending |
79
+ | `IQ5_K_R4` | queued | pending | pending | pending |
80
+ | `Q5_K_M` | uploaded | 149.26 GiB | 2.4085 +/- 0.03954 | pending |
81
+ | `IQ6_K` | queued | pending | pending | pending |
82
+ | `Q6_K` | finished | 172.82 GiB | 2.4368 +/- 0.04032 | pending |
83
+ | `Q8_0` | uploading | 223.63 GiB | pending | pending |
84
+ | `BF16` | local source | 420.71 GiB | pending | pending |
85
+
86
+ Rows are ordered by effective bit-width. Queued rows with pending sizes are
87
+ placed by quant family and expected BPW.
88
 
89
  ## Imatrix and calibration corpus
90
 
 
158
 
159
  ## Metrics
160
 
161
+ The PPL and KL divergence numbers in the table are measured on a fixed slice of
162
+ the public calibration corpus. They are intended as reproducibility and
163
+ regression checks for these artifacts, not as a general benchmark of Laguna M.1.
164
 
165
  Validation tries full GPU offload first and falls back to lower `-ngl` values if
166
  the quant is too large for full offload on the validation machine. Each quant's