Spaces:
Running
Running
File size: 1,063 Bytes
863ade1 c603498 863ade1 | 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>bekko · browser benchmark</title>
<meta
name="description"
content="Benchmark bekko embedding model document encoding in the browser on Natural Questions Parquet with WebGPU and WASM."
/>
<script>
// Apply the saved/system theme before paint to avoid a flash.
(function () {
try {
var stored = localStorage.getItem("bekko-theme");
var dark = stored ? stored === "dark" : matchMedia("(prefers-color-scheme: dark)").matches;
if (dark) document.documentElement.classList.add("dark");
} catch (e) {}
})();
</script>
<script type="module" crossorigin src="/assets/benchmark-DDIcBhXB.js"></script>
<link rel="modulepreload" crossorigin href="/assets/styles-CqhvA02s.js">
<link rel="stylesheet" crossorigin href="/assets/styles-vgcZZwOh.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
|