ninaxu commited on
Commit
65c7951
Β·
verified Β·
1 Parent(s): 000aaba

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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'