dar-tau commited on
Commit
fb3b2a1
·
verified ·
1 Parent(s): f284d65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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