sherzod-hakimov
commited on
Upload text_content.py
Browse files
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"
|