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