meg-huggingface
commited on
Commit
·
aa84d16
1
Parent(s):
a49910a
Updating REPO_ID
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -22,7 +22,7 @@ TASKS_LIGHTEVAL = "lighteval|anli:r1|0|0,lighteval|logiqa|0|0"
|
|
| 22 |
# To add your own tasks, edit the custom file and launch it with `custom|myothertask|0|0``
|
| 23 |
|
| 24 |
# ---------------------------------------------------
|
| 25 |
-
REPO_ID = f"{OWNER}/leaderboard
|
| 26 |
QUEUE_REPO = f"{OWNER}/requests"
|
| 27 |
RESULTS_REPO = f"{OWNER}/results"
|
| 28 |
|
|
|
|
| 22 |
# To add your own tasks, edit the custom file and launch it with `custom|myothertask|0|0``
|
| 23 |
|
| 24 |
# ---------------------------------------------------
|
| 25 |
+
REPO_ID = f"{OWNER}/leaderboard"
|
| 26 |
QUEUE_REPO = f"{OWNER}/requests"
|
| 27 |
RESULTS_REPO = f"{OWNER}/results"
|
| 28 |
|