kunato commited on
Commit
f1045db
1 Parent(s): 91b3d7f

link to thaillm-leaderboard

Browse files
Files changed (1) hide show
  1. 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 = "kunato-lab" # 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"
 
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"