Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
better additional instructions
Browse files
backend/tasks/create_bench_config_file.py
CHANGED
@@ -247,7 +247,7 @@ class CreateBenchConfigTask:
|
|
247 |
"single_shot_question_generation": {
|
248 |
"run": True,
|
249 |
"timeout": self.timeout, # Add timeout to question generation
|
250 |
-
"additional_instructions": "When generating questions, make sure they do not say 'as per the text' or anything similar. Questions should be creative, interesting and thought-provoking.",
|
251 |
"chunk_sampling": {
|
252 |
"mode": "count",
|
253 |
"value": 5,
|
|
|
247 |
"single_shot_question_generation": {
|
248 |
"run": True,
|
249 |
"timeout": self.timeout, # Add timeout to question generation
|
250 |
+
"additional_instructions": "When generating questions, make sure they do not say 'as per the text' or anything similar. Questions should be creative, interesting and thought-provoking. Focus on quality over quantity. Make questions unambiguious.",
|
251 |
"chunk_sampling": {
|
252 |
"mode": "count",
|
253 |
"value": 5,
|