Commit
•
9de802b
1
Parent(s):
5c9e612
Update src/distilabel_dataset_generator/pipelines/sft.py
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
@@ -309,4 +309,4 @@ if __name__ == "__main__":
|
|
309 |
)
|
310 |
)[0]["generation"]
|
311 |
pipeline = get_pipeline(num_rows=100, num_turns=1, system_prompt=result)
|
312 |
-
pipeline.run()
|
|
|
309 |
)
|
310 |
)[0]["generation"]
|
311 |
pipeline = get_pipeline(num_rows=100, num_turns=1, system_prompt=result)
|
312 |
+
pipeline.run()
|