Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -10,11 +10,11 @@
|
|
| 10 |
<div class="w-full max-w-4xl overflow-hidden rounded-2xl shadow-2xl">
|
| 11 |
<header class="bg-yellow-200 px-3 py-4 text-center sm:px-4 sm:py-6 sm:text-left">
|
| 12 |
<h1 class="mb-2 text-3xl font-extrabold text-gray-800 sm:mb-3 sm:text-4xl">DuckDB NSQL Scores</h1>
|
| 13 |
-
<p class="text-
|
| 14 |
Performance of Models on
|
| 15 |
<a href="https://github.com/NumbersStationAI/DuckDB-NSQL" target="_blank" class="text-blue-600 underline hover:text-blue-800"
|
| 16 |
>DuckDB NSQL Eval.</a
|
| 17 |
-
> Models benchmarked using the DuckDB NSQL Space will have results automatically added here.
|
| 18 |
</p>
|
| 19 |
</header>
|
| 20 |
<iframe
|
|
|
|
| 10 |
<div class="w-full max-w-4xl overflow-hidden rounded-2xl shadow-2xl">
|
| 11 |
<header class="bg-yellow-200 px-3 py-4 text-center sm:px-4 sm:py-6 sm:text-left">
|
| 12 |
<h1 class="mb-2 text-3xl font-extrabold text-gray-800 sm:mb-3 sm:text-4xl">DuckDB NSQL Scores</h1>
|
| 13 |
+
<p class="text-md text-gray-700">
|
| 14 |
Performance of Models on
|
| 15 |
<a href="https://github.com/NumbersStationAI/DuckDB-NSQL" target="_blank" class="text-blue-600 underline hover:text-blue-800"
|
| 16 |
>DuckDB NSQL Eval.</a
|
| 17 |
+
> Models benchmarked using the DuckDB NSQL Space will have results automatically added here if they are the top score for the specific model.
|
| 18 |
</p>
|
| 19 |
</header>
|
| 20 |
<iframe
|