Commit
•
cb13241
1
Parent(s):
f16cf7d
Update src/distilabel_dataset_generator/pipelines/sft.py
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
@@ -223,6 +223,7 @@ def get_pipeline(num_turns, num_rows, system_prompt):
|
|
223 |
"max_new_tokens": 1024
|
224 |
},
|
225 |
),
|
|
|
226 |
output_mappings={"generation": "completion"},
|
227 |
input_mappings={"instruction": "prompt"}
|
228 |
)
|
|
|
223 |
"max_new_tokens": 1024
|
224 |
},
|
225 |
),
|
226 |
+
system_prompt=system_prompt,
|
227 |
output_mappings={"generation": "completion"},
|
228 |
input_mappings={"instruction": "prompt"}
|
229 |
)
|