File size: 1,213 Bytes
f24783f
fa2f7fb
f24783f
 
fa2f7fb
181785d
fa2f7fb
f24783f
fa2f7fb
 
 
 
9242fd6
fa2f7fb
09063f0
36fede3
9242fd6
fa2f7fb
 
65cbae7
36d7143
18f9086
 
 
 
f24783f
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<title>DuckDB NSQL Leaderboard</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-md text-gray-700">
					Performance of Models on
					<a href="https://github.com/NumbersStationAI/DuckDB-NSQL" target="_blank" class="text-blue-600 underline hover:text-blue-800"
						>DuckDB NSQL Eval.</a
					> Models benchmarked using the DuckDB NSQL Space will have results automatically added here if they are the top score for the specific model.
				</p>
			</header>
          <iframe
    		src="https://huggingface.co/datasets/duckdb-nsql-hub/duckdb-nsql-scores/embed/sql-console/A_-rQPt"
    		frameborder="0"
    		width="100%"
    		height="560px">  
          </iframe>
		</div>
	</body>
</html>