inferencerlabs commited on
Commit
a293bcd
·
verified ·
1 Parent(s): fe5d6ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -24,17 +24,18 @@ pipeline_tag: image-text-to-text
24
 
25
  <p style="margin-bottom:0px;">
26
  <strong>Q3.5-INF uses the data-agnostic INF method tuned to yield maximum general accuracy within a 512GB memory budget</strong>
27
- Due to system memory constraints, the base generation required inferencing directly from SSD and was limited to the first 512 tokens for our coding tests. To address this, generation was configured to output complex functionality from the start rather than incremental scaffolding. While this setup differs from typical usage, it stresses early-token accuracy and the observed trends appear consistent with those seen in larger-scale evaluations of other models. These figures may be updated in future with larger runs.
 
28
  </p>
29
  <table style="border-collapse: collapse; text-align:center; margin-top:10px; margin-bottom:0px;">
30
  <thead>
31
  <tr><th>Quantization (bpw)</th><th>Perplexity</th><th>Token Accuracy</th><th>Missed Divergence</th><th>Size</th></tr>
32
  </thead>
33
  <tbody>
34
- <tr><td><strong>Q3.5</strong></td><td>1.1328125</td><td>94.92%</td><td>42.71%</td><td>450.19GB</td></tr>
35
- <tr><td><strong>Q3.5-INF</strong></td><td>1.078125</td><td>96.67%</td><td>22.04%</td><td>455.68GB</td></tr>
36
- <tr><td><strong>Q3.6</strong></td><td>1.1484375</td><td>94.72%</td><td>48.72%</td><td>470.99GB</td></tr>
37
- <tr><td><strong>Base</strong></td><td></td><td>100%</td><td>0.000%</td><td>658.59GB</td></tr>
38
  </tbody>
39
  </table>
40
 
 
24
 
25
  <p style="margin-bottom:0px;">
26
  <strong>Q3.5-INF uses the data-agnostic INF method tuned to yield maximum general accuracy within a 512GB memory budget</strong>
27
+
28
+ Due to system memory constraints, the base generation required inferencing directly from SSD and was limited to the first 512 tokens for our coding tests. To address this, generation was configured to output complex functionality from the start rather than incremental scaffolding. While this setup differs from typical usage, it stresses early-token accuracy and the observed trends appear consistent with those seen in larger-scale evaluations of other models. These figures may be updated in future with extended evaluations.
29
  </p>
30
  <table style="border-collapse: collapse; text-align:center; margin-top:10px; margin-bottom:0px;">
31
  <thead>
32
  <tr><th>Quantization (bpw)</th><th>Perplexity</th><th>Token Accuracy</th><th>Missed Divergence</th><th>Size</th></tr>
33
  </thead>
34
  <tbody>
35
+ <tr><td><strong>Q3.5</strong></td><td>1.1328125</td><td>94.92%</td><td>42.71%</td><td>450.19 GB</td></tr>
36
+ <tr><td><strong>Q3.5-INF</strong></td><td>1.078125</td><td>96.67%</td><td>22.04%</td><td>455.68 GB</td></tr>
37
+ <tr><td><strong>Q3.6</strong></td><td>1.1484375</td><td>94.72%</td><td>48.72%</td><td>470.99 GB</td></tr>
38
+ <tr><td><strong>Base</strong></td><td>Untested</td><td>100%</td><td>0.000%</td><td>658.59 GB</td></tr>
39
  </tbody>
40
  </table>
41