melaseddik
commited on
Commit
•
063d93b
1
Parent(s):
24619a8
Update README.md
Browse files
README.md
CHANGED
@@ -116,6 +116,24 @@ print(tokenizer.decode(outputs[0]))
|
|
116 |
| Weight decay | | |
|
117 |
| Batch size | | |
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
# Evaluation
|
121 |
|
|
|
116 |
| Weight decay | | |
|
117 |
| Batch size | | |
|
118 |
|
119 |
+
<table>
|
120 |
+
<tr>
|
121 |
+
<th style="background-color: rgb(135, 206, 235);">Header 1</th>
|
122 |
+
<th>Header 2</th>
|
123 |
+
<th style="background-color: rgb(255, 99, 71);">Header 3</th>
|
124 |
+
</tr>
|
125 |
+
<tr>
|
126 |
+
<td style="background-color: rgb(135, 206, 235);">Row 1, Cell 1</td>
|
127 |
+
<td>Row 1, Cell 2</td>
|
128 |
+
<td style="background-color: rgb(255, 99, 71);">Row 1, Cell 3</td>
|
129 |
+
</tr>
|
130 |
+
<tr>
|
131 |
+
<td style="background-color: rgb(135, 206, 235);">Row 2, Cell 1</td>
|
132 |
+
<td>Row 2, Cell 2</td>
|
133 |
+
<td style="background-color: rgb(255, 99, 71);">Row 2, Cell 3</td>
|
134 |
+
</tr>
|
135 |
+
</table>
|
136 |
+
|
137 |
|
138 |
# Evaluation
|
139 |
|