cfahlgren1's picture
cfahlgren1 HF staff
Update index.html
fa2f7fb verified
raw
history blame
1.24 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DuckDB NSQL Scores</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex min-h-screen items-center justify-center bg-yellow-100">
<div class="w-full max-w-4xl overflow-hidden rounded-2xl shadow-2xl">
<header class="bg-yellow-200 px-3 py-4 text-center sm:px-4 sm:py-6 sm:text-left">
<h1 class="mb-2 text-3xl font-extrabold text-gray-800 sm:mb-3 sm:text-4xl">DuckDB NSQL Scores</h1>
<p class="text-lg text-gray-700">
Performance of Models on
<a href="https://github.com/NumbersStationAI/DuckDB-NSQL" class="text-blue-600 underline hover:text-blue-800"
>DuckDB NSQL Eval</a
>
</p>
</header>
<iframe
src="https://huggingface.co/datasets/sql-console/duckdb-nsql-benchmark-results/embed/sql-console/default/train?sql_console=true&sql=select+name%2C+%22prompt+template%22+as+prompt%2C+%22all+%28n%3D75%29%22+as+score%2C+bar%28score%2C+0%2C+1%2C+60%29+as+chart%0Afrom+train+%0Aorder+by+score+desc&views%5B%5D=train"
frameborder="0"
width="100%"
height="560px"
></iframe>
</div>
</body>
</html>