Spaces:
Running
Running
link to thaillm-leaderboard
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import HfApi
|
|
7 |
# ----------------------------------
|
8 |
TOKEN = os.environ.get("TOKEN") # A read/write token for your org
|
9 |
|
10 |
-
OWNER = "
|
11 |
# ----------------------------------
|
12 |
|
13 |
REPO_ID = f"{OWNER}/leaderboard"
|
|
|
7 |
# ----------------------------------
|
8 |
TOKEN = os.environ.get("TOKEN") # A read/write token for your org
|
9 |
|
10 |
+
OWNER = "ThaiLLM-Leaderboard" # Change to your org - don't forget to create a results and request dataset, with the correct format!
|
11 |
# ----------------------------------
|
12 |
|
13 |
REPO_ID = f"{OWNER}/leaderboard"
|