Update index.html
Browse files- index.html +22 -1
index.html
CHANGED
|
@@ -3,7 +3,28 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>ALL Bench Leaderboard 2026 —
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.min.js"></script>
|
| 9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/jspdf.umd.min.js"></script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>ALL Bench Leaderboard 2026 — AI Model Benchmark: LLM · VLM · Agent · Image · Video · Music</title>
|
| 7 |
+
<meta name="description" content="The only AI leaderboard comparing 91 models across 6 modalities. Cross-verified scores for GPT-5, Claude, Gemini, Grok, DeepSeek, Kimi, Qwen and more. 42 LLMs, 11 VLMs, 10 Agents, 28 generative models with confidence badges.">
|
| 8 |
+
<meta name="keywords" content="AI benchmark, LLM leaderboard, GPT-5, Claude Opus, Gemini 3, VLM benchmark, AI agent, MMLU-Pro, GPQA, ARC-AGI-2, FINAL Bench, metacognition, AI model comparison, image generation, video generation, music generation, 2026">
|
| 9 |
+
<meta name="author" content="ALL Bench Team">
|
| 10 |
+
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large">
|
| 11 |
+
<link rel="canonical" href="https://huggingface.co/spaces/FINAL-Bench/all-bench-leaderboard">
|
| 12 |
+
|
| 13 |
+
<!-- Open Graph -->
|
| 14 |
+
<meta property="og:title" content="ALL Bench Leaderboard 2026 — Unified AI Benchmark">
|
| 15 |
+
<meta property="og:description" content="91 AI models across LLM · VLM · Agent · Image · Video · Music. Cross-verified with confidence badges. Interactive tools, free API, intelligence reports.">
|
| 16 |
+
<meta property="og:type" content="website">
|
| 17 |
+
<meta property="og:url" content="https://huggingface.co/spaces/FINAL-Bench/all-bench-leaderboard">
|
| 18 |
+
|
| 19 |
+
<!-- Twitter Card -->
|
| 20 |
+
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
+
<meta name="twitter:title" content="ALL Bench Leaderboard 2026 — 91 AI Models Compared">
|
| 22 |
+
<meta name="twitter:description" content="The only leaderboard covering LLM, VLM, Agent, Image, Video, Music. GPT-5 vs Claude vs Gemini — all cross-verified.">
|
| 23 |
+
|
| 24 |
+
<!-- JSON-LD Structured Data -->
|
| 25 |
+
<script type="application/ld+json">
|
| 26 |
+
{"@context":"https://schema.org","@type":"Dataset","name":"ALL Bench Leaderboard 2026","description":"Unified multi-modal AI benchmark covering 91 models across LLM, VLM, Agent, Image, Video, Music with cross-verified confidence system","url":"https://huggingface.co/spaces/FINAL-Bench/all-bench-leaderboard","license":"https://opensource.org/licenses/MIT","version":"2.1","dateModified":"2026-03-08","creator":{"@type":"Organization","name":"ALL Bench Team"},"keywords":["AI benchmark","LLM leaderboard","GPT-5","Claude","Gemini","VLM","FINAL Bench","metacognition","multimodal AI"],"distribution":[{"@type":"DataDownload","encodingFormat":"application/json","contentUrl":"https://huggingface.co/datasets/FINAL-Bench/ALL-Bench-Leaderboard/resolve/main/all_bench_leaderboard_v2.1.json"}]}
|
| 27 |
+
</script>
|
| 28 |
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 29 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.min.js"></script>
|
| 30 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/jspdf.umd.min.js"></script>
|