Upload pipeline.log with huggingface_hub
Browse files- pipeline.log +28 -0
pipeline.log
CHANGED
|
@@ -50,3 +50,31 @@ AttributeError: num_examples
|
|
| 50 |
|
| 51 |
[2024-07-31 16:58:52] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
|
| 52 |
[2024-07-31 16:58:52] INFO 🏁 Finished running step 'fake_unique_id_0'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
[2024-07-31 16:58:52] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
|
| 52 |
[2024-07-31 16:58:52] INFO 🏁 Finished running step 'fake_unique_id_0'
|
| 53 |
+
[2024-07-31 16:59:33] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
| 54 |
+
[2024-07-31 16:59:33] INFO ⏳ Waiting for all the steps to load...
|
| 55 |
+
[2024-07-31 16:59:36] INFO ⏳ Steps loaded: 2/2
|
| 56 |
+
* 'load_data_from_dicts_0' workers: 1
|
| 57 |
+
* 'fake_unique_id_0' workers: 1
|
| 58 |
+
[2024-07-31 16:59:36] INFO ✅ All the steps have been loaded!
|
| 59 |
+
[2024-07-31 16:59:36] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
| 60 |
+
[2024-07-31 16:59:36] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
| 61 |
+
[2024-07-31 16:59:36] INFO 🏁 Finished running step 'load_data_from_dicts_0'
|
| 62 |
+
[2024-07-31 16:59:36] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
|
| 63 |
+
[2024-07-31 16:59:36] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
| 64 |
+
[2024-07-31 16:59:36] WARNING Subprocess traceback:
|
| 65 |
+
|
| 66 |
+
Traceback (most recent call last):
|
| 67 |
+
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
|
| 68 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
| 69 |
+
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
|
| 70 |
+
for output_rows in generator:
|
| 71 |
+
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in process
|
| 72 |
+
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(self.num_examples)]
|
| 73 |
+
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in <listcomp>
|
| 74 |
+
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(self.num_examples)]
|
| 75 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/faker/proxy.py", line 339, in wrapper
|
| 76 |
+
retval = function(*args, **kwargs)
|
| 77 |
+
TypeError: numerify() got an unexpected keyword argument 'letters'
|
| 78 |
+
|
| 79 |
+
[2024-07-31 16:59:36] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
|
| 80 |
+
[2024-07-31 16:59:36] INFO 🏁 Finished running step 'fake_unique_id_0'
|