|
[2025-03-24 11:29:22] INFO π Pipeline data will be written to '/Users/rseah/.cache/distilabel/pipelines/pipeline_load_data_from_hub_0_self_instruct_0_evol_instruct_0_text_generation_0/eb78fe47185f25f4e52a2f5aadeda8e7195795dd/executions/4ef9f087d6ae15bdc5a20e4cdb4dae57d00d99b3/data/steps_outputs' |
|
[2025-03-24 11:29:22] INFO β The steps of the pipeline will be loaded in stages: |
|
* Legend: π° GeneratorStep π GlobalStep π Step |
|
* Stage 0: |
|
- π° 'load_data_from_hub_0' |
|
- π 'self_instruct_0' |
|
- π 'evol_instruct_0' |
|
- π 'text_generation_0' |
|
[2025-03-24 11:29:22] INFO β³ Waiting for all the steps of stage 0 to load... |
|
[2025-03-24 11:29:24] INFO β³ Steps from stage 0 loaded: 3/4 |
|
* 'load_data_from_hub_0' replicas: 0/1 |
|
* 'self_instruct_0' replicas: 1/1 |
|
* 'evol_instruct_0' replicas: 1/1 |
|
* 'text_generation_0' replicas: 1/1 |
|
[2025-03-24 11:29:29] INFO β³ Steps from stage 0 loaded: 4/4 |
|
* 'load_data_from_hub_0' replicas: 1/1 |
|
* 'self_instruct_0' replicas: 1/1 |
|
* 'evol_instruct_0' replicas: 1/1 |
|
* 'text_generation_0' replicas: 1/1 |
|
[2025-03-24 11:29:29] INFO β
All the steps from stage 0 have been loaded! |
|
[2025-03-24 11:29:30] INFO π° Starting yielding batches from generator step 'load_data_from_hub_0'. Offset: 0 |
|
[2025-03-24 11:29:30] INFO π¨ Step 'load_data_from_hub_0' sending batch 0 to output queue |
|
[2025-03-24 11:29:30] INFO π Finished running step 'load_data_from_hub_0' (replica ID: 0) |
|
[2025-03-24 11:29:30] INFO π¦ Processing batch 0 in 'self_instruct_0' (replica ID: 0) |
|
[2025-03-24 11:29:40] INFO π¨ Step 'self_instruct_0' sending batch 0 to output queue |
|
[2025-03-24 11:29:40] INFO π Finished running step 'self_instruct_0' (replica ID: 0) |
|
[2025-03-24 11:29:40] INFO π¦ Processing batch 0 in 'evol_instruct_0' (replica ID: 0) |
|
[2025-03-24 11:29:40] WARNING β οΈ Processing batch 0 with step 'evol_instruct_0' failed. Sending empty batch filled with `None`s... |
|
[2025-03-24 11:29:40] WARNING Subprocess traceback: |
|
|
|
Traceback (most recent call last): |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/pipeline/step_wrapper.py", line 241, in _non_generator_process_loop |
|
result = next(step.process_applying_mappings(*batch.data)) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/base.py", line 671, in process_applying_mappings |
|
for output_rows in generator: |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/evol_instruct/base.py", line 368, in process |
|
evolved_instructions, statistics = self._evolve_instructions(inputs) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/evol_instruct/base.py", line 276, in _evolve_instructions |
|
formatted_prompts.append(self._apply_random_mutation(instruction[-1])) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/evol_instruct/base.py", line 257, in _apply_random_mutation |
|
return self.mutation_templates[mutation].replace("<PROMPT>", instruction) # type: ignore |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
TypeError: replace() argument 2 must be str, not list |
|
|
|
[2025-03-24 11:29:40] INFO π¨ Step 'evol_instruct_0' sending batch 0 to output queue |
|
[2025-03-24 11:29:40] INFO π Finished running step 'evol_instruct_0' (replica ID: 0) |
|
[2025-03-24 11:29:40] INFO π¦ Processing batch 0 in 'text_generation_0' (replica ID: 0) |
|
[2025-03-24 11:29:40] WARNING β οΈ Processing batch 0 with step 'text_generation_0' failed. Sending empty batch filled with `None`s... |
|
[2025-03-24 11:29:40] WARNING Subprocess traceback: |
|
|
|
Traceback (most recent call last): |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/pipeline/step_wrapper.py", line 241, in _non_generator_process_loop |
|
result = next(step.process_applying_mappings(*batch.data)) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/base.py", line 671, in process_applying_mappings |
|
for output_rows in generator: |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/base.py", line 447, in process |
|
formatted_inputs = self._format_inputs(inputs) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/base.py", line 435, in _format_inputs |
|
return [self.format_input(input) for input in inputs] |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/base.py", line 435, in <listcomp> |
|
return [self.format_input(input) for input in inputs] |
|
^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/rseah/Devel/uplimit/synthetic/project1/venv/lib/python3.11/site-packages/distilabel/steps/tasks/text_generation.py", line 255, in format_input |
|
raise DistilabelUserError( |
|
distilabel.errors.DistilabelUserError: Input `instruction` must be a string. Got: None. |
|
|
|
For further information visit 'https://distilabel.argilla.io/latest/components-gallery/tasks/textgeneration/' |
|
|
|
[2025-03-24 11:29:40] INFO π¨ Step 'text_generation_0' sending batch 0 to output queue |
|
[2025-03-24 11:29:40] INFO π Finished running step 'text_generation_0' (replica ID: 0) |
|
|