brainz commited on
Commit
9b1894c
β€’
1 Parent(s): b2735e9

update envs

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
 
9
- OWNER = "Multilingual-MMLU-Benchmark-Leaderboard" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  DEVICE = "cpu" # "cuda:0" if you add compute
11
  # ----------------------------------
12
 
 
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
 
9
+ OWNER = "StarscreamDeceptions" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  DEVICE = "cpu" # "cuda:0" if you add compute
11
  # ----------------------------------
12