ninaxu commited on
Commit
5de9eaa
β€’
1 Parent(s): 7282049

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +14 -138
pipeline.log CHANGED
@@ -1,140 +1,16 @@
1
- [2024-07-31 16:56:25] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
2
- [2024-07-31 16:56:25] INFO ⏳ Waiting for all the steps to load...
3
- [2024-07-31 16:56:28] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_id_0' workers: 1
6
- [2024-07-31 16:56:28] INFO βœ… All the steps have been loaded!
7
- [2024-07-31 16:56:28] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
- [2024-07-31 16:56:28] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
- [2024-07-31 16:56:28] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
- [2024-07-31 16:56:28] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
11
- [2024-07-31 16:56:28] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
12
- [2024-07-31 16:56:28] WARNING Subprocess traceback:
13
-
14
- Traceback (most recent call last):
15
- 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
16
- result = next(self.step.process_applying_mappings(*batch.data))
17
- 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
18
- for output_rows in generator:
19
- File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in process
20
- input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(FakeUniqueId.num_examples)]
21
- File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 237, in __getattr__
22
- raise AttributeError(item)
23
- AttributeError: num_examples
24
-
25
- [2024-07-31 16:56:28] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
26
- [2024-07-31 16:56:28] INFO 🏁 Finished running step 'fake_unique_id_0'
27
- [2024-07-31 16:58:50] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
28
- [2024-07-31 16:58:50] INFO ⏳ Waiting for all the steps to load...
29
- [2024-07-31 16:58:52] INFO ⏳ Steps loaded: 2/2
30
- * 'load_data_from_dicts_0' workers: 1
31
- * 'fake_unique_id_0' workers: 1
32
- [2024-07-31 16:58:52] INFO βœ… All the steps have been loaded!
33
- [2024-07-31 16:58:52] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
34
- [2024-07-31 16:58:52] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
35
- [2024-07-31 16:58:52] INFO 🏁 Finished running step 'load_data_from_dicts_0'
36
- [2024-07-31 16:58:52] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
37
- [2024-07-31 16:58:52] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
38
- [2024-07-31 16:58:52] WARNING Subprocess traceback:
39
-
40
- Traceback (most recent call last):
41
- 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
42
- result = next(self.step.process_applying_mappings(*batch.data))
43
- 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
44
- for output_rows in generator:
45
- File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in process
46
- input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(FakeUniqueId.num_examples)]
47
- File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 237, in __getattr__
48
- raise AttributeError(item)
49
- 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'
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'
81
- [2024-07-31 16:59:58] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
82
- [2024-07-31 16:59:58] INFO ⏳ Waiting for all the steps to load...
83
- [2024-07-31 17:00:01] INFO ⏳ Steps loaded: 2/2
84
- * 'load_data_from_dicts_0' workers: 1
85
- * 'fake_unique_id_0' workers: 1
86
- [2024-07-31 17:00:01] INFO βœ… All the steps have been loaded!
87
- [2024-07-31 17:00:01] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
88
- [2024-07-31 17:00:01] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
89
- [2024-07-31 17:00:01] INFO 🏁 Finished running step 'load_data_from_dicts_0'
90
- [2024-07-31 17:00:01] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
91
- [2024-07-31 17:00:01] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
92
- [2024-07-31 17:00:01] INFO 🏁 Finished running step 'fake_unique_id_0'
93
- [2024-07-31 20:15:47] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
94
- [2024-07-31 20:15:47] INFO ⏳ Waiting for all the steps to load...
95
- [2024-07-31 20:15:50] INFO ⏳ Steps loaded: 2/2
96
- * 'load_data_from_dicts_0' workers: 1
97
- * 'fake_unique_id_0' workers: 1
98
- [2024-07-31 20:15:50] INFO βœ… All the steps have been loaded!
99
- [2024-07-31 20:15:50] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
100
- [2024-07-31 20:15:50] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
101
- [2024-07-31 20:15:50] INFO 🏁 Finished running step 'load_data_from_dicts_0'
102
- [2024-07-31 20:15:50] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
103
- [2024-07-31 20:15:50] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
104
- [2024-07-31 20:15:50] WARNING Subprocess traceback:
105
-
106
- Traceback (most recent call last):
107
- 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
108
- result = next(self.step.process_applying_mappings(*batch.data))
109
- 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
110
- yield [
111
- File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 519, in <listcomp>
112
- for k, v in row.items()
113
- 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'
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'
 
1
+ [2024-07-31 20:41:04] INFO πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/9eaf92badf33c226bd29502ebd69bf8d117846fb/data'
2
+ [2024-07-31 20:41:04] INFO ⏳ Waiting for all the steps to load...
3
+ [2024-07-31 20:41:07] INFO ⏳ Steps loaded: 3/3
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_id_0' workers: 1
6
+ * 'expand_columns_0' workers: 1
7
+ [2024-07-31 20:41:07] INFO βœ… All the steps have been loaded!
8
+ [2024-07-31 20:41:07] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
9
+ [2024-07-31 20:41:07] INFO πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
10
+ [2024-07-31 20:41:07] INFO 🏁 Finished running step 'load_data_from_dicts_0'
11
+ [2024-07-31 20:41:07] INFO πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
12
+ [2024-07-31 20:41:07] INFO πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
13
+ [2024-07-31 20:41:07] INFO 🏁 Finished running step 'fake_unique_id_0'
14
+ [2024-07-31 20:41:07] INFO πŸ“¦ Processing batch 0 in 'expand_columns_0'
15
+ [2024-07-31 20:41:07] INFO πŸ“¨ Step 'expand_columns_0' sending batch 0 to output queue
16
+ [2024-07-31 20:41:07] INFO 🏁 Finished running step 'expand_columns_0'