Monero commited on
Commit
78ba206
1 Parent(s): a8b13ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -45,18 +45,24 @@ I created several quantized variations of this model and believe this variation
45
  <table>
46
  <thead>
47
  <tr>
48
- <th>GPTQ Variation:</th>
49
- <th>Wikitext2</th>
50
  <th>Ptb-New</th>
51
  <th>C4-New</th>
52
  </tr>
53
  </thead>
54
  <tbody>
55
  <tr>
56
- <td>--act-order</td>
57
- <td>6.281311511993408</td>
 
 
 
 
 
 
58
  <td>46.79158401489258</td>
59
- <td>7.906069755554199</td>
60
  </tr>
61
  </tbody>
62
  </table>
 
45
  <table>
46
  <thead>
47
  <tr>
48
+ <th>Model:</th>
49
+ <th>Wikitext 2</th>
50
  <th>Ptb-New</th>
51
  <th>C4-New</th>
52
  </tr>
53
  </thead>
54
  <tbody>
55
  <tr>
56
+ <td>Metharme 7b - 16bit</td>
57
+ <td>5.7208476066589355</td>
58
+ <td>41.61103439331055</td>
59
+ <td>7.512405872344971</td>
60
+ </tr>
61
+ <tr>
62
+ <td>Metharme 7b - 4bit --act-order</td>
63
+ <td><span style="font-family: &quot;Source Sans Pro&quot;, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 14.7px; font-style: normal; font-weight: 400;">6.281311511993408</span></td>
64
  <td>46.79158401489258</td>
65
+ <td><span style="font-family: &quot;Source Sans Pro&quot;, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 14.7px; font-style: normal; font-weight: 400;">7.906069755554199</span></td>
66
  </tr>
67
  </tbody>
68
  </table>