Upload pipeline.log with huggingface_hub
Browse files- pipeline.log +24 -0
pipeline.log
CHANGED
@@ -114,3 +114,27 @@ AttributeError: 'str' object has no attribute 'items'
|
|
114 |
|
115 |
[2024-07-31 20:15:50] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
116 |
[2024-07-31 20:15:50] INFO π Finished running step 'fake_unique_id_0'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
[2024-07-31 20:15:50] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
116 |
[2024-07-31 20:15:50] INFO π Finished running step 'fake_unique_id_0'
|
117 |
+
[2024-07-31 20:31:40] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
118 |
+
[2024-07-31 20:31:40] INFO β³ Waiting for all the steps to load...
|
119 |
+
[2024-07-31 20:31:43] INFO β³ Steps loaded: 2/2
|
120 |
+
* 'load_data_from_dicts_0' workers: 1
|
121 |
+
* 'fake_unique_id_0' workers: 1
|
122 |
+
[2024-07-31 20:31:43] INFO β
All the steps have been loaded!
|
123 |
+
[2024-07-31 20:31:43] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
124 |
+
[2024-07-31 20:31:43] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
125 |
+
[2024-07-31 20:31:43] INFO π Finished running step 'load_data_from_dicts_0'
|
126 |
+
[2024-07-31 20:31:43] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
127 |
+
[2024-07-31 20:31:43] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
128 |
+
[2024-07-31 20:31:43] WARNING Subprocess traceback:
|
129 |
+
|
130 |
+
Traceback (most recent call last):
|
131 |
+
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
|
132 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
133 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 513, in process_applying_mappings
|
134 |
+
yield [
|
135 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 519, in <listcomp>
|
136 |
+
for k, v in row.items()
|
137 |
+
AttributeError: 'str' object has no attribute 'items'
|
138 |
+
|
139 |
+
[2024-07-31 20:31:43] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
140 |
+
[2024-07-31 20:31:43] INFO π Finished running step 'fake_unique_id_0'
|