Spaces:
Sleeping
Sleeping
felix
commited on
Commit
·
6ca74e2
1
Parent(s):
05141d5
new dataset
Browse files
app.py
CHANGED
|
@@ -169,6 +169,7 @@ st.write(
|
|
| 169 |
<li><a href="https://llmbench.ai/data">AgentBench</a> Benchmark evaluating Agent abilities</li>
|
| 170 |
<li><a href="https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard">BigCode</a> Compare performance of base multilingual code generation models</li>
|
| 171 |
</ul>
|
|
|
|
| 172 |
""", unsafe_allow_html=True
|
| 173 |
)
|
| 174 |
|
|
|
|
| 169 |
<li><a href="https://llmbench.ai/data">AgentBench</a> Benchmark evaluating Agent abilities</li>
|
| 170 |
<li><a href="https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard">BigCode</a> Compare performance of base multilingual code generation models</li>
|
| 171 |
</ul>
|
| 172 |
+
<sub>HuggingFace models that have been flagged as contaminated or do not provide any model card information are excluded.</sub>
|
| 173 |
""", unsafe_allow_html=True
|
| 174 |
)
|
| 175 |
|