sumuks commited on
Commit
da80f69
·
verified ·
1 Parent(s): 6025399

change prompt for more creativity, and reduce overall number of questions generated

Browse files
backend/tasks/create_bench_config_file.py CHANGED
@@ -197,10 +197,10 @@ class CreateBenchConfigTask:
197
  },
198
  "single_shot_question_generation": {
199
  "run": True,
200
- "additional_instructions": "Generate questions to test a curious adult",
201
  "chunk_sampling": {
202
  "mode": "count",
203
- "value": 10,
204
  "random_seed": 123,
205
  },
206
  },
 
197
  },
198
  "single_shot_question_generation": {
199
  "run": True,
200
+ "additional_instructions": "Generate rich and creative questions to test a curious adult",
201
  "chunk_sampling": {
202
  "mode": "count",
203
+ "value": 5,
204
  "random_seed": 123,
205
  },
206
  },