Alina Lozovskaya commited on
Commit
73b392f
·
1 Parent(s): 63a9dd1

Disable multi_hop_question_generation

Browse files
Files changed (1) hide show
  1. yourbench_space/config.py +1 -1
yourbench_space/config.py CHANGED
@@ -58,7 +58,7 @@ def generate_base_config(hf_org, hf_prefix):
58
  "diversification_seed": "24 year old adult",
59
  "run": True,
60
  },
61
- "multi_hop_question_generation": {"run": True},
62
  "answer_generation": {
63
  "question_type": "single_shot",
64
  "run": True,
 
58
  "diversification_seed": "24 year old adult",
59
  "run": True,
60
  },
61
+ "multi_hop_question_generation": {"run": False},
62
  "answer_generation": {
63
  "question_type": "single_shot",
64
  "run": True,