Spaces:
Runtime error
Runtime error
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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}
|