Spaces:
Running
Running
Sanitize references which got broken when making the leaderboard public
Browse files- config/settings.py +1 -1
- submission_tracking.json +2 -2
config/settings.py
CHANGED
|
@@ -9,7 +9,7 @@ except:
|
|
| 9 |
pass
|
| 10 |
|
| 11 |
# HuggingFace Configuration
|
| 12 |
-
HUGGINGFACE_ORG = "
|
| 13 |
HF_TOKEN = os.environ.get("HF_TOKEN") # Local: from .env, Server: from Spaces Secrets
|
| 14 |
|
| 15 |
# Validate token exists
|
|
|
|
| 9 |
pass
|
| 10 |
|
| 11 |
# HuggingFace Configuration
|
| 12 |
+
HUGGINGFACE_ORG = "ml-jku" # Your HuggingFace username/org
|
| 13 |
HF_TOKEN = os.environ.get("HF_TOKEN") # Local: from .env, Server: from Spaces Secrets
|
| 14 |
|
| 15 |
# Validate token exists
|
submission_tracking.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"test/space": {},
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
"2025-11-13": 2
|
| 6 |
}
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"test/space": {},
|
| 3 |
+
"ml-jku/tox21_gin_classifier": {},
|
| 4 |
+
"ml-jku/tox21_chemprop_classifier": {
|
| 5 |
"2025-11-13": 2
|
| 6 |
}
|
| 7 |
}
|