ninaxu commited on
Commit
1eb011e
·
verified ·
1 Parent(s): 853350a

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +18 -114
pipeline.log CHANGED
@@ -1,122 +1,26 @@
1
- [2024-07-31 15:31:35] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
2
- [2024-07-31 15:31:35] INFO ⏳ Waiting for all the steps to load...
3
- [2024-07-31 15:31:38] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_id_0' workers: 1
6
- [2024-07-31 15:31:38] INFO ✅ All the steps have been loaded!
7
- [2024-07-31 15:31:38] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
- [2024-07-31 15:31:38] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
- [2024-07-31 15:31:38] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
- [2024-07-31 15:31:38] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
11
- [2024-07-31 15:31:38] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
12
- [2024-07-31 15:31:38] 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 63, in process
20
- faker_function = self.get_faker_function(input["id_faker_argments"]["type"])
21
- File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 52, in get_faker_function
22
- return fake.unique.numerify()
23
- NameError: name 'fake' is not defined
24
-
25
- [2024-07-31 15:31:38] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
- [2024-07-31 15:31:38] INFO 🏁 Finished running step 'fake_unique_id_0'
27
- [2024-07-31 15:32:33] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
28
- [2024-07-31 15:32:33] INFO ⏳ Waiting for all the steps to load...
29
- [2024-07-31 15:32:36] INFO ⏳ Steps loaded: 2/2
30
- * 'load_data_from_dicts_0' workers: 1
31
- * 'fake_unique_id_0' workers: 1
32
- [2024-07-31 15:32:36] INFO ✅ All the steps have been loaded!
33
- [2024-07-31 15:32:36] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
34
- [2024-07-31 15:32:36] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
35
- [2024-07-31 15:32:36] INFO 🏁 Finished running step 'load_data_from_dicts_0'
36
- [2024-07-31 15:32:36] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
37
- [2024-07-31 15:32:36] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
38
- [2024-07-31 15:32:36] 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 65, in process
46
- faker_args = input["id_faker_arguments"]["args"]
47
- KeyError: 'id_faker_arguments'
48
-
49
- [2024-07-31 15:32:36] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
50
- [2024-07-31 15:32:36] INFO 🏁 Finished running step 'fake_unique_id_0'
51
- [2024-07-31 15:34:59] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
52
- [2024-07-31 15:34:59] INFO ⏳ Waiting for all the steps to load...
53
- [2024-07-31 15:35:02] INFO ⏳ Steps loaded: 2/2
54
- * 'load_data_from_dicts_0' workers: 1
55
- * 'fake_unique_id_0' workers: 1
56
- [2024-07-31 15:35:02] INFO ✅ All the steps have been loaded!
57
- [2024-07-31 15:35:02] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
58
- [2024-07-31 15:35:02] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
59
- [2024-07-31 15:35:02] INFO 🏁 Finished running step 'load_data_from_dicts_0'
60
- [2024-07-31 15:35:02] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
61
- [2024-07-31 15:35:02] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
62
- [2024-07-31 15:35:02] WARNING Subprocess traceback:
63
-
64
- Traceback (most recent call last):
65
- 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
66
- result = next(self.step.process_applying_mappings(*batch.data))
67
- 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
68
- for output_rows in generator:
69
- File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
70
- faker_args = input["id_faker_arguments"]["args"]
71
- KeyError: 'id_faker_arguments'
72
-
73
- [2024-07-31 15:35:02] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
74
- [2024-07-31 15:35:02] INFO 🏁 Finished running step 'fake_unique_id_0'
75
- [2024-07-31 16:48:54] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
76
- [2024-07-31 16:48:54] INFO ⏳ Waiting for all the steps to load...
77
- [2024-07-31 16:48:56] INFO ⏳ Steps loaded: 2/2
78
- * 'load_data_from_dicts_0' workers: 1
79
- * 'fake_unique_id_0' workers: 1
80
- [2024-07-31 16:48:56] INFO ✅ All the steps have been loaded!
81
- [2024-07-31 16:48:56] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
82
- [2024-07-31 16:48:56] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
83
- [2024-07-31 16:48:56] INFO 🏁 Finished running step 'load_data_from_dicts_0'
84
- [2024-07-31 16:48:56] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
85
- [2024-07-31 16:48:56] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
86
- [2024-07-31 16:48:56] WARNING Subprocess traceback:
87
-
88
- Traceback (most recent call last):
89
- 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
90
- result = next(self.step.process_applying_mappings(*batch.data))
91
- 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
92
- for output_rows in generator:
93
- File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
94
- faker_args = input["id_faker_arguments"]["args"]
95
- 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'
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'
 
1
+ [2024-07-31 16:53:19] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/326946bdba91cfd74323252fd20e1c7e28cec215/data'
2
+ [2024-07-31 16:53:19] INFO ⏳ Waiting for all the steps to load...
3
+ [2024-07-31 16:53:21] 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:53:21] INFO ✅ All the steps have been loaded!
7
+ [2024-07-31 16:53:21] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
+ [2024-07-31 16:53:21] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
+ [2024-07-31 16:53:21] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
+ [2024-07-31 16:53:21] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
11
+ [2024-07-31 16:53:21] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
12
+ [2024-07-31 16:53:21] 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:53:21] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
+ [2024-07-31 16:53:21] INFO 🏁 Finished running step 'fake_unique_id_0'