Update configs.py
Browse files- configs.py +2 -1
configs.py
CHANGED
@@ -11,7 +11,8 @@ dataset_info = [
|
|
11 |
{'name': 'Factual Recall', 'hf_repo': 'azhx/counterfact-filtered-gptj6b', 'text_col': 'subject+predicate',
|
12 |
'filter': lambda x: x['label'] == 1},
|
13 |
# {'name': 'Physical Understanding', 'hf_repo': 'piqa', 'text_col': 'goal'},
|
14 |
-
{'name': 'Social Reasoning', 'hf_repo': 'ProlificAI/social-reasoning-rlhf', 'text_col': 'question'}
|
|
|
15 |
]
|
16 |
|
17 |
|
|
|
11 |
{'name': 'Factual Recall', 'hf_repo': 'azhx/counterfact-filtered-gptj6b', 'text_col': 'subject+predicate',
|
12 |
'filter': lambda x: x['label'] == 1},
|
13 |
# {'name': 'Physical Understanding', 'hf_repo': 'piqa', 'text_col': 'goal'},
|
14 |
+
{'name': 'Social Reasoning', 'hf_repo': 'ProlificAI/social-reasoning-rlhf', 'text_col': 'question'},
|
15 |
+
{'name': 'Open Domain Question Answering', 'hf_repo': 'nq_open', 'text_col': 'question'},
|
16 |
]
|
17 |
|
18 |
|