Tschoui commited on
Commit
4818687
·
1 Parent(s): 697f50c

Sanitize references which got broken when making the leaderboard public

Browse files
Files changed (2) hide show
  1. config/settings.py +1 -1
  2. submission_tracking.json +2 -2
config/settings.py CHANGED
@@ -9,7 +9,7 @@ except:
9
  pass
10
 
11
  # HuggingFace Configuration
12
- HUGGINGFACE_ORG = "tschouis" # Your HuggingFace username/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
- "tschouis/tox21_gin_classifier": {},
4
- "tschouis/tox21_chemprop_classifier": {
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
  }