Spaces:
Sleeping
Sleeping
Upload text_content.py
Browse files
src/assets/text_content.py
CHANGED
@@ -2,6 +2,7 @@ TITLE = """<h1 align="center" id="space-title"> 🏆 CLEM Leaderboard</h1>"""
|
|
2 |
|
3 |
REPO = "https://raw.githubusercontent.com/kushal-10/clembench-runs/main/"
|
4 |
REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/clembench/refs/heads/main/backends/model_registry.json"
|
|
|
5 |
|
6 |
HF_REPO = "colab-potsdam/clem-leaderboard"
|
7 |
|
|
|
2 |
|
3 |
REPO = "https://raw.githubusercontent.com/kushal-10/clembench-runs/main/"
|
4 |
REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/clembench/refs/heads/main/backends/model_registry.json"
|
5 |
+
BENCHMARK_FILE = "benchmark_runs.json"
|
6 |
|
7 |
HF_REPO = "colab-potsdam/clem-leaderboard"
|
8 |
|