meg-huggingface
commited on
Commit
·
ae82a09
1
Parent(s):
c949238
Toxigen
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -12,7 +12,7 @@ OWNER = "meg" # Change to your org - don't forget to create a results and reques
|
|
12 |
DEVICE = "cuda:0" #if you add compute, for harness evaluations
|
13 |
LIMIT = None# 3 # !!!! For testing, should be None for actual evaluations!!!
|
14 |
NUM_FEWSHOT = 0 # Change with your few shot for the Harness evaluations
|
15 |
-
TASKS_HARNESS = ["realtoxicityprompts"]#, "toxigen", "logiqa"]
|
16 |
|
17 |
# For lighteval evaluations
|
18 |
ACCELERATOR = "cpu"
|
|
|
12 |
DEVICE = "cuda:0" #if you add compute, for harness evaluations
|
13 |
LIMIT = None# 3 # !!!! For testing, should be None for actual evaluations!!!
|
14 |
NUM_FEWSHOT = 0 # Change with your few shot for the Harness evaluations
|
15 |
+
TASKS_HARNESS = ["toxigen"]#"realtoxicityprompts"]#, "toxigen", "logiqa"]
|
16 |
|
17 |
# For lighteval evaluations
|
18 |
ACCELERATOR = "cpu"
|