melaseddik
commited on
Commit
•
66224d2
1
Parent(s):
048f707
Update README.md
Browse files
README.md
CHANGED
@@ -120,19 +120,19 @@ print(tokenizer.decode(outputs[0]))
|
|
120 |
|
121 |
<table>
|
122 |
<tr>
|
123 |
-
<th
|
124 |
-
<th>
|
125 |
-
<th style="background-color: rgb(
|
126 |
</tr>
|
127 |
<tr>
|
128 |
-
<td
|
129 |
<td>Row 1, Cell 2</td>
|
130 |
-
<td style="background-color: rgb(
|
131 |
</tr>
|
132 |
<tr>
|
133 |
-
<td
|
134 |
<td>Row 2, Cell 2</td>
|
135 |
-
<td style="background-color: rgb(
|
136 |
</tr>
|
137 |
</table>
|
138 |
|
|
|
120 |
|
121 |
<table>
|
122 |
<tr>
|
123 |
+
<th>Metrics</th>
|
124 |
+
<th>Llama3.1-8B</th>
|
125 |
+
<th style="background-color: rgb(80, 15, 213);">Falcon3-7B-Base</th>
|
126 |
</tr>
|
127 |
<tr>
|
128 |
+
<td>Row 1, Cell 1</td>
|
129 |
<td>Row 1, Cell 2</td>
|
130 |
+
<td style="background-color: rgb(80, 15, 213);">Row 1, Cell 3</td>
|
131 |
</tr>
|
132 |
<tr>
|
133 |
+
<td>Row 2, Cell 1</td>
|
134 |
<td>Row 2, Cell 2</td>
|
135 |
+
<td style="background-color: rgb(80, 15, 213);">Row 2, Cell 3</td>
|
136 |
</tr>
|
137 |
</table>
|
138 |
|