faker-example / pipeline.log
ninaxu's picture
Upload pipeline.log with huggingface_hub
d9b661b verified
raw
history blame
2.09 kB
[2024-07-31 16:56:25] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
[2024-07-31 16:56:25] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 16:56:28] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 16:56:28] INFO βœ… All the steps have been loaded!
[2024-07-31 16:56:28] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 16:56:28] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 16:56:28] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 16:56:28] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 16:56:28] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 16:56:28] WARNING Subprocess traceback:
Traceback (most recent call last):
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
result = next(self.step.process_applying_mappings(*batch.data))
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
for output_rows in generator:
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in process
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(FakeUniqueId.num_examples)]
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 237, in __getattr__
raise AttributeError(item)
AttributeError: num_examples
[2024-07-31 16:56:28] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 16:56:28] INFO 🏁 Finished running step 'fake_unique_id_0'