Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ dataset_info = [
|
|
17 |
{'name': 'Commonsense', 'hf_repo': 'tau/commonsense_qa', 'text_col': 'question'},
|
18 |
{'name': 'Factual Recall', 'hf_repo': 'azhx/counterfact-filtered-gptj6b', 'text_col': 'subject+predicate',
|
19 |
'filter': lambda x: x['label'] == 1},
|
20 |
-
{'name': 'Physical Understanding', 'hf_repo': 'piqa', 'text_col': 'goal'},
|
21 |
{'name': 'Social Reasoning', 'hf_repo': 'ProlificAI/social-reasoning-rlhf', 'text_col': 'question'}
|
22 |
]
|
23 |
|
|
|
17 |
{'name': 'Commonsense', 'hf_repo': 'tau/commonsense_qa', 'text_col': 'question'},
|
18 |
{'name': 'Factual Recall', 'hf_repo': 'azhx/counterfact-filtered-gptj6b', 'text_col': 'subject+predicate',
|
19 |
'filter': lambda x: x['label'] == 1},
|
20 |
+
# {'name': 'Physical Understanding', 'hf_repo': 'piqa', 'text_col': 'goal'},
|
21 |
{'name': 'Social Reasoning', 'hf_repo': 'ProlificAI/social-reasoning-rlhf', 'text_col': 'question'}
|
22 |
]
|
23 |
|