Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Removed task3
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -15,7 +15,7 @@ class Tasks(Enum):
|
|
15 |
task0 = Task("custom|heq-qa-tlnls|0", "heq_tlnls", "QA TLNLS (HeQ)")
|
16 |
task1 = Task("custom|sentiment-acc|0", "sentiment_acc", "Sentiment Acc (Mafat)")
|
17 |
task2 = Task("custom|winograd-acc|0", "winograd_acc", "Winograd (Binary) Acc (V. Schwartz)")
|
18 |
-
task3 = Task("custom|arc:challenge|0", "loglikelihood_acc", "ARC:Challenge LogLikelihood Acc")
|
19 |
|
20 |
NUM_FEWSHOT = 0 # Change with your few shot
|
21 |
# ---------------------------------------------------
|
|
|
15 |
task0 = Task("custom|heq-qa-tlnls|0", "heq_tlnls", "QA TLNLS (HeQ)")
|
16 |
task1 = Task("custom|sentiment-acc|0", "sentiment_acc", "Sentiment Acc (Mafat)")
|
17 |
task2 = Task("custom|winograd-acc|0", "winograd_acc", "Winograd (Binary) Acc (V. Schwartz)")
|
18 |
+
# task3 = Task("custom|arc:challenge|0", "loglikelihood_acc", "ARC:Challenge LogLikelihood Acc")
|
19 |
|
20 |
NUM_FEWSHOT = 0 # Change with your few shot
|
21 |
# ---------------------------------------------------
|