fix only instruction
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
@@ -210,7 +210,7 @@ def get_pipeline(num_turns, num_rows, system_prompt):
|
|
210 |
num_rows=num_rows,
|
211 |
system_prompt=system_prompt,
|
212 |
output_mappings=output_mappings,
|
213 |
-
|
214 |
)
|
215 |
|
216 |
generate_response = TextGeneration(
|
|
|
210 |
num_rows=num_rows,
|
211 |
system_prompt=system_prompt,
|
212 |
output_mappings=output_mappings,
|
213 |
+
only_instruction=True
|
214 |
)
|
215 |
|
216 |
generate_response = TextGeneration(
|