Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
KlaudiaTH
commited on
Commit
•
5b71b09
1
Parent(s):
65504f2
Don't show TruthfulQA in zero-shot view
Browse files
core.py
CHANGED
@@ -10,8 +10,8 @@ from datasets import load_dataset
|
|
10 |
import style
|
11 |
|
12 |
TAB_STATE = 0 # FIXME
|
13 |
-
NO_FEWSHOT = ["BELEBELE"]
|
14 |
-
NO_ZEROSHOT = ["GSM8K"]
|
15 |
|
16 |
|
17 |
def init():
|
|
|
10 |
import style
|
11 |
|
12 |
TAB_STATE = 0 # FIXME
|
13 |
+
NO_FEWSHOT = ["BELEBELE"] # FIXME
|
14 |
+
NO_ZEROSHOT = ["GSM8K", "TruthfulQA"] # FIXME
|
15 |
|
16 |
|
17 |
def init():
|