MCILAB commited on
Commit
7f9e409
·
verified ·
1 Parent(s): 03f2e1e

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -9,7 +9,7 @@ TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
9
  OWNER = "MCILAB" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
- REPO_ID = f"{OWNER}/alignment"
13
  QUEUE_REPO = f"{OWNER}/requests"
14
  RESULTS_REPO = f"{OWNER}/alignment_results"
15
 
 
9
  OWNER = "MCILAB" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
+ REPO_ID = f"{OWNER}/LLM_Alignment_Evaluation"
13
  QUEUE_REPO = f"{OWNER}/requests"
14
  RESULTS_REPO = f"{OWNER}/alignment_results"
15