Spaces:
Running
Running
Update index.html
Browse filesASR and embedding leaderboards
- index.html +46 -29
index.html
CHANGED
|
@@ -499,35 +499,52 @@
|
|
| 499 |
</div>
|
| 500 |
</div>
|
| 501 |
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 531 |
|
| 532 |
<!-- Card 17: Convert graphic interface to data -->
|
| 533 |
<div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
|
|
|
|
| 499 |
</div>
|
| 500 |
</div>
|
| 501 |
|
| 502 |
+
<!-- Card 16: Choose the Best Model -->
|
| 503 |
+
<div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
|
| 504 |
+
<h2 class="text-xl font-bold mb-4">Choose the Best Model for Your Needs</h2>
|
| 505 |
+
|
| 506 |
+
<div class="ml-4">
|
| 507 |
+
<p class="text-gray-600 mb-4">Evaluate open-source models across different benchmarks.</p>
|
| 508 |
+
|
| 509 |
+
<h3 class="font-medium text-gray-700 mb-2">Examples:</h3>
|
| 510 |
+
<ul class="list-disc pl-5 space-y-2">
|
| 511 |
+
<li class="text-gray-600">Compare models for specific use cases</li>
|
| 512 |
+
<li class="text-gray-600">Evaluate speech recognition models</li>
|
| 513 |
+
<li class="text-gray-600">Find the best embedding model</li>
|
| 514 |
+
<!-- Adjusted placeholder -->
|
| 515 |
+
</ul>
|
| 516 |
+
</div>
|
| 517 |
+
|
| 518 |
+
<div class="mt-4 pt-4 border-t">
|
| 519 |
+
<h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
|
| 520 |
+
<div class="flex flex-wrap gap-2">
|
| 521 |
+
<a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 522 |
+
OpenLLM Leaderboard
|
| 523 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
| 524 |
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
|
| 525 |
+
<polyline points="15 3 21 3 21 9"></polyline>
|
| 526 |
+
<line x1="10" y1="14" x2="21" y2="3"></line>
|
| 527 |
+
</svg>
|
| 528 |
+
</a>
|
| 529 |
+
<a href="https://huggingface.co/spaces/hf-audio/open_asr_leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 530 |
+
Speech Recognition Leaderboard
|
| 531 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
| 532 |
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
|
| 533 |
+
<polyline points="15 3 21 3 21 9"></polyline>
|
| 534 |
+
<line x1="10" y1="14" x2="21" y2="3"></line>
|
| 535 |
+
</svg>
|
| 536 |
+
</a>
|
| 537 |
+
<a href="https://huggingface.co/spaces/mteb/leaderboard" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 538 |
+
Embedding Leaderboard
|
| 539 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
| 540 |
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
|
| 541 |
+
<polyline points="15 3 21 3 21 9"></polyline>
|
| 542 |
+
<line x1="10" y1="14" x2="21" y2="3"></line>
|
| 543 |
+
</svg>
|
| 544 |
+
</a>
|
| 545 |
+
</div>
|
| 546 |
+
</div>
|
| 547 |
+
</div>
|
| 548 |
|
| 549 |
<!-- Card 17: Convert graphic interface to data -->
|
| 550 |
<div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
|