Upload pipeline.log with huggingface_hub
Browse files- pipeline.log +24 -0
pipeline.log
CHANGED
@@ -96,3 +96,27 @@ KeyError: 'id_faker_arguments'
|
|
96 |
|
97 |
[2024-07-31 16:48:56] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
98 |
[2024-07-31 16:48:56] INFO π Finished running step 'fake_unique_id_0'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
[2024-07-31 16:48:56] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
98 |
[2024-07-31 16:48:56] INFO π Finished running step 'fake_unique_id_0'
|
99 |
+
[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'
|
100 |
+
[2024-07-31 16:51:20] INFO β³ Waiting for all the steps to load...
|
101 |
+
[2024-07-31 16:51:22] INFO β³ Steps loaded: 2/2
|
102 |
+
* 'load_data_from_dicts_0' workers: 1
|
103 |
+
* 'fake_unique_id_0' workers: 1
|
104 |
+
[2024-07-31 16:51:22] INFO β
All the steps have been loaded!
|
105 |
+
[2024-07-31 16:51:22] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
106 |
+
[2024-07-31 16:51:22] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
107 |
+
[2024-07-31 16:51:22] INFO π Finished running step 'load_data_from_dicts_0'
|
108 |
+
[2024-07-31 16:51:22] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
109 |
+
[2024-07-31 16:51:22] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
110 |
+
[2024-07-31 16:51:22] WARNING Subprocess traceback:
|
111 |
+
|
112 |
+
Traceback (most recent call last):
|
113 |
+
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
|
114 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
115 |
+
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
|
116 |
+
for output_rows in generator:
|
117 |
+
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 64, in process
|
118 |
+
faker_function = self.get_faker_function(input["id_faker_arguments"]["type"])
|
119 |
+
KeyError: 'id_faker_arguments'
|
120 |
+
|
121 |
+
[2024-07-31 16:51:22] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
122 |
+
[2024-07-31 16:51:22] INFO π Finished running step 'fake_unique_id_0'
|