Upload 2 files
Browse files- index.html +1 -1
- style.css +0 -3
index.html
CHANGED
@@ -154,7 +154,7 @@
|
|
154 |
<p>
|
155 |
For the Starcoder family models (such as Starcoder2-7b and Starcoder2-15b),
|
156 |
we used the official bigcode-evaluation-harness for generation.
|
157 |
-
More details can be found <a href="https://github.com/bigcode-project/bigcode-evaluation-harness/" target="_blank"
|
158 |
</p>
|
159 |
<h3>Evaluation Parameters</h3>
|
160 |
<p>
|
|
|
154 |
<p>
|
155 |
For the Starcoder family models (such as Starcoder2-7b and Starcoder2-15b),
|
156 |
we used the official bigcode-evaluation-harness for generation.
|
157 |
+
More details can be found <a href="https://github.com/bigcode-project/bigcode-evaluation-harness/" target="_blank">here</a>.
|
158 |
</p>
|
159 |
<h3>Evaluation Parameters</h3>
|
160 |
<p>
|
style.css
CHANGED
@@ -247,9 +247,6 @@
|
|
247 |
text-decoration-color: #386df4;
|
248 |
text-decoration-style: solid;
|
249 |
}
|
250 |
-
#a_here {
|
251 |
-
text-decoration: none;
|
252 |
-
}
|
253 |
/* about */
|
254 |
|
255 |
/* submit */
|
|
|
247 |
text-decoration-color: #386df4;
|
248 |
text-decoration-style: solid;
|
249 |
}
|
|
|
|
|
|
|
250 |
/* about */
|
251 |
|
252 |
/* submit */
|