dvilasuero HF staff commited on
Commit
3e62c9b
1 Parent(s): 4e2906e

Update src/distilabel_dataset_generator/pipelines/sft.py

Browse files
src/distilabel_dataset_generator/pipelines/sft.py CHANGED
@@ -88,7 +88,11 @@ BRAINSTORMING_PROMPT = (
88
  )
89
 
90
  PROMPT_CREATION_PROMPT = f"""You are an AI assistant specialized in generating very precise prompts for dataset creation.
91
- Your task is to write a prompt following the instruction of the user. Respond with the prompt and nothing else. In the generated prompt highly emphasize that the user questions are direct and concise and the assistant also provides highly concise and pertinent responses.
 
 
 
 
92
  The prompt you write should follow the same style and structure as the following example prompts:
93
 
94
  {INFORMATION_SEEKING_PROMPT}
 
88
  )
89
 
90
  PROMPT_CREATION_PROMPT = f"""You are an AI assistant specialized in generating very precise prompts for dataset creation.
91
+
92
+ Your task is to write a prompt following the instruction of the user. Respond with the prompt and nothing else.
93
+
94
+ In the generated prompt highly emphasize that the expected user questions are always direct and concise.
95
+
96
  The prompt you write should follow the same style and structure as the following example prompts:
97
 
98
  {INFORMATION_SEEKING_PROMPT}