fix size of table and names of columns
Browse files
README.md
CHANGED
|
@@ -134,22 +134,22 @@ Falcon3-7B is trained on 256 H100 nodes (world size 2048).
|
|
| 134 |
# Evaluation
|
| 135 |
<table border="1" style="width: 100%; text-align: center; border-collapse: collapse;">
|
| 136 |
<colgroup>
|
| 137 |
-
<col style="width:
|
| 138 |
-
<col style="width:
|
| 139 |
-
<col style="width:
|
| 140 |
-
<col style="width:
|
| 141 |
-
<col style="width:
|
| 142 |
-
<col style="width:
|
| 143 |
-
<col style="background-color: rgba(80, 15, 213, 0.5); width:
|
| 144 |
</colgroup>
|
| 145 |
<thead>
|
| 146 |
<tr>
|
| 147 |
<th>Category</th>
|
| 148 |
<th>Benchmark</th>
|
| 149 |
-
<th>
|
| 150 |
-
<th>
|
| 151 |
-
<th>
|
| 152 |
-
<th>
|
| 153 |
<th>Falcon3-1B-Base</th>
|
| 154 |
</tr>
|
| 155 |
</thead>
|
|
|
|
| 134 |
# Evaluation
|
| 135 |
<table border="1" style="width: 100%; text-align: center; border-collapse: collapse;">
|
| 136 |
<colgroup>
|
| 137 |
+
<col style="width: 10%;">
|
| 138 |
+
<col style="width: 10%;">
|
| 139 |
+
<col style="width: 7%;">
|
| 140 |
+
<col style="width: 7%;">
|
| 141 |
+
<col style="width: 7%;">
|
| 142 |
+
<col style="width: 7%;">
|
| 143 |
+
<col style="background-color: rgba(80, 15, 213, 0.5); width: 7%;">
|
| 144 |
</colgroup>
|
| 145 |
<thead>
|
| 146 |
<tr>
|
| 147 |
<th>Category</th>
|
| 148 |
<th>Benchmark</th>
|
| 149 |
+
<th>Llama-3.2-1B</th>
|
| 150 |
+
<th>Qwen2.5-1.5B</th>
|
| 151 |
+
<th>SmolLM2-1.7B</th>
|
| 152 |
+
<th>gemma-2-2b</th>
|
| 153 |
<th>Falcon3-1B-Base</th>
|
| 154 |
</tr>
|
| 155 |
</thead>
|