sherzod-hakimov commited on
Commit
1e84a90
·
verified ·
1 Parent(s): 3d9076c

Upload text_content.py

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +3 -1
src/assets/text_content.py CHANGED
@@ -1,7 +1,9 @@
1
  TITLE = """<h1 align="center" id="space-title"> 🏆 Multimodal CLEM Leaderboard</h1>"""
2
 
3
  REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
4
- HF_REPO = "colab-potsdam/clem-leaderboard"
 
 
5
 
6
  TEXT_NAME = "🥇 CLEM Leaderboard"
7
  MULTIMODAL_NAME = "🥇 Multimodal CLEM Leaderboard"
 
1
  TITLE = """<h1 align="center" id="space-title"> 🏆 Multimodal CLEM Leaderboard</h1>"""
2
 
3
  REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
4
+ HF_REPO = "colab-potsdam/multimodal-clem-leaderboard"
5
+ REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/clembench/refs/heads/main/backends/model_registry.json"
6
+ BENCHMARK_FILE = "benchmark_runs.json"
7
 
8
  TEXT_NAME = "🥇 CLEM Leaderboard"
9
  MULTIMODAL_NAME = "🥇 Multimodal CLEM Leaderboard"