Lamapi commited on
Commit
131d5b4
·
1 Parent(s): 1f22a61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -20
README.md CHANGED
@@ -134,27 +134,24 @@ This model is ideal for **researchers, developers, and organizations** who need
134
  ---
135
 
136
  <style>
137
- table { width:fit-content; border-collapse:separate; border-spacing:0 3px;font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;background:rgba(15,22,32,0.4);border-radius:16px;padding: 10px; border:none;transition:.2s all ease;}
138
- thead th { text-align:center; padding:4px 10px; font-size:13px; text-transform:uppercase; color:rgb(200,200,200);border:none; }
139
- tbody tr { transition: transform 0.18s ease, box-shadow 0.18s ease; border:none !important;transition:.2s all ease;border-radius:16px;background:rgba(0, 0, 0, 0.38);}
140
- tbody .turkish:hover {box-shadow:0 6px 15px rgba(0, 0, 0, 0.27);scale:1.01;background:rgba(80, 38, 38, 0.6);}
141
- tbody .next:hover {box-shadow:0 6px 15px rgba(0, 0, 0, 0.27);scale:1.02;background: rgba(0, 59, 225, 1)}
142
- tbody tr:hover { box-shadow:0 0px 15px rgba(102, 102, 102, 0.13); background:rgba(139, 139, 139, 0.16)}
143
  td { padding:8px 10px;border:0px transparent !important;outline:transparent !important; text-align:center; }
144
  td:first-child { font-weight:600;text-align:left }
145
  /* tbody .turkish td { background: rgba(255, 0, 0, 0.2) !important; color:rgb(200,200,200); font-weight:400;border:0px !important; scale:1.0; } */
146
  /* tbody .next td { background: rgba(0, 89, 255, 0.49)!important; color:rgb(200,200,200); font-weight:600;border:0px !important; scale:1.00;outline:none;border:none !important;} */
147
  .next{
148
- background: rgba(0, 89, 255, 0.49);
149
- }
150
- .turkish{
151
- background:rgba(51, 34, 34, 0.64);
152
  }
153
  tbody tr td:first-child { border-top-left-radius:12px; border-bottom-left-radius:12px; }
154
- tbody tr td:last-child { border-top-right-radius:12px; border-bottom-right-radius:12px; } strong{
155
- font-size:16px;font-weight:700;
 
156
  }
157
- em{opacity:0.7;font-size:11px !important;}
158
  </style>
159
 
160
  # Our Next 1B and Next 4B models are leading to all of the tiny models in benchmarks.
@@ -198,13 +195,6 @@ This model is ideal for **researchers, developers, and organizations** who need
198
  <td data-label="GSM8K %">11.9</td>
199
  <td data-label="MATH %">30.6</td>
200
  </tr>
201
- <tr class="turkish">
202
- <td data-label="Model">Kumru 7B <em>not verified</em></td>
203
- <td data-label="MMLU (5-shot) %">30.7</td>
204
- <td data-label="MMLU-Pro %">28.6</td>
205
- <td data-label="GSM8K %">15.38</td>
206
- <td data-label="MATH %">6.4</td>
207
- </tr>
208
  </tbody>
209
  </table>
210
 
 
134
  ---
135
 
136
  <style>
137
+ table { width:fit-content; border-collapse:separate; border-spacing:0 3px;font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;color:rgb(255, 255, 255)!important;background:rgb(28, 41, 59);border-radius:16px;padding: 10px; border:none;transition:.2s all ease;}
138
+ thead th { text-align:center; padding:4px 10px; font-size:13px; text-transform:uppercase; color:rgb(255, 255, 255)!important;border:none; }
139
+ tbody tr { transition: transform 0.18s ease, box-shadow 0.18s ease; border:none !important;transition:.2s all ease;border-radius:16px;background:rgba(11, 23, 27, 1);}
140
+ tbody .next:hover {box-shadow:0 6px 15px rgba(0, 76, 148, 0.1);background: rgb(0, 59, 225)}
141
+ tbody tr:hover { box-shadow:0 0px 15px rgba(12, 12, 12, 0.4); background:rgba(17, 34, 53, 1)}
 
142
  td { padding:8px 10px;border:0px transparent !important;outline:transparent !important; text-align:center; }
143
  td:first-child { font-weight:600;text-align:left }
144
  /* tbody .turkish td { background: rgba(255, 0, 0, 0.2) !important; color:rgb(200,200,200); font-weight:400;border:0px !important; scale:1.0; } */
145
  /* tbody .next td { background: rgba(0, 89, 255, 0.49)!important; color:rgb(200,200,200); font-weight:600;border:0px !important; scale:1.00;outline:none;border:none !important;} */
146
  .next{
147
+ background: rgb(0, 89, 255);
 
 
 
148
  }
149
  tbody tr td:first-child { border-top-left-radius:12px; border-bottom-left-radius:12px; }
150
+ tbody tr td:last-child { border-top-right-radius:12px; border-bottom-right-radius:12px; }
151
+ strong{
152
+ font-size:16px;font-weight:700;color:rgba(255, 255, 255, 1)!important;
153
  }
154
+ em{opacity:1;font-size:11px !important;}
155
  </style>
156
 
157
  # Our Next 1B and Next 4B models are leading to all of the tiny models in benchmarks.
 
195
  <td data-label="GSM8K %">11.9</td>
196
  <td data-label="MATH %">30.6</td>
197
  </tr>
 
 
 
 
 
 
 
198
  </tbody>
199
  </table>
200