faker-example / pipeline.log
ninaxu's picture
Upload pipeline.log with huggingface_hub
65c7951 verified
raw
history blame
9.35 kB
[2024-07-31 15:31:35] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:31:35] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 15:31:38] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 15:31:38] INFO βœ… All the steps have been loaded!
[2024-07-31 15:31:38] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:31:38] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:31:38] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:31:38] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:31:38] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:31:38] 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 63, in process
faker_function = self.get_faker_function(input["id_faker_argments"]["type"])
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 52, in get_faker_function
return fake.unique.numerify()
NameError: name 'fake' is not defined
[2024-07-31 15:31:38] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:31:38] INFO 🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 15:32:33] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:32:33] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 15:32:36] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 15:32:36] INFO βœ… All the steps have been loaded!
[2024-07-31 15:32:36] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:32:36] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:32:36] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:32:36] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:32:36] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:32:36] 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 65, in process
faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'
[2024-07-31 15:32:36] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:32:36] INFO 🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 15:34:59] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:34:59] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 15:35:02] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 15:35:02] INFO βœ… All the steps have been loaded!
[2024-07-31 15:35:02] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:35:02] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:35:02] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:35:02] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:35:02] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:35:02] 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 65, in process
faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'
[2024-07-31 15:35:02] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:35:02] INFO 🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 16:48:54] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 16:48:54] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 16:48:56] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 16:48:56] INFO βœ… All the steps have been loaded!
[2024-07-31 16:48:56] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 16:48:56] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 16:48:56] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 16:48:56] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 16:48:56] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 16:48:56] 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 65, in process
faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'
[2024-07-31 16:48:56] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 16:48:56] INFO 🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 16:51:20] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 16:51:20] INFO ⏳ Waiting for all the steps to load...
[2024-07-31 16:51:22] INFO ⏳ Steps loaded: 2/2
* 'load_data_from_dicts_0' workers: 1
* 'fake_unique_id_0' workers: 1
[2024-07-31 16:51:22] INFO βœ… All the steps have been loaded!
[2024-07-31 16:51:22] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 16:51:22] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 16:51:22] INFO 🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 16:51:22] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 16:51:22] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 16:51:22] 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 64, in process
faker_function = self.get_faker_function(input["id_faker_arguments"]["type"])
KeyError: 'id_faker_arguments'
[2024-07-31 16:51:22] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 16:51:22] INFO 🏁 Finished running step 'fake_unique_id_0'