fdaudens HF staff commited on
Commit
91950a2
·
verified ·
1 Parent(s): 722500d

Update index.html

Browse files

ASR and embedding leaderboards

Files changed (1) hide show
  1. index.html +46 -29
index.html CHANGED
@@ -499,35 +499,52 @@
499
  </div>
500
  </div>
501
 
502
- <!-- Card 16: Choose 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</h2>
505
-
506
- <div class="ml-4">
507
- <p class="text-gray-600 mb-4">Evaluate open-source models on 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">Find the most efficient model for your needs</li>
513
- <li class="text-gray-600">Stay updated on the latest advancements</li>
514
- </ul>
515
- </div>
516
-
517
- <div class="mt-4 pt-4 border-t">
518
- <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
519
- <div class="flex flex-wrap gap-2">
520
- <a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/" target="_blank" rel="noopener noreferrer" class="tool-link">
521
- OpenLLM Leaderboard
522
- <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">
523
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
524
- <polyline points="15 3 21 3 21 9"></polyline>
525
- <line x1="10" y1="14" x2="21" y2="3"></line>
526
- </svg>
527
- </a>
528
- </div>
529
- </div>
530
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">