Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
39b4e9f
1
Parent(s):
f04e65f
update
Browse files- src/backend/envs.py +2 -0
src/backend/envs.py
CHANGED
@@ -44,6 +44,8 @@ class Tasks(Enum):
|
|
44 |
|
45 |
task14 = Task("selfcheckgpt", "max-selfcheckgpt", "SelfCheckGPT", 0)
|
46 |
|
|
|
|
|
47 |
# NUM_FEWSHOT = 64 # Change with your few shot
|
48 |
|
49 |
|
|
|
44 |
|
45 |
task14 = Task("selfcheckgpt", "max-selfcheckgpt", "SelfCheckGPT", 0)
|
46 |
|
47 |
+
task15 = Task("fever10", "acc", "FEVER", 8)
|
48 |
+
|
49 |
# NUM_FEWSHOT = 64 # Change with your few shot
|
50 |
|
51 |
|