mhdaw commited on
Commit
059b772
Β·
verified Β·
1 Parent(s): 3c4cd6c

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +62 -0
pipeline.log ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2025-01-05 22:25:06] INFO πŸ“ Pipeline data will be written to '/root/.cache/distilabel/pipelines/generate-dataset/2d072efd6a55405ff1f121a9de62292f3218e3a3/executions/4fd4d2dab441bdd061fecce2a9902e1943636048/data/steps_outputs'
2
+ [2025-01-05 22:25:06] INFO βŒ› The steps of the pipeline will be loaded in stages:
3
+ * Stage 0:
4
+ - 'load_data_from_hub_0'
5
+ - 'text_generation_0'
6
+ - 'text_generation_1'
7
+ - 'group_columns_0'
8
+ - 'ultra_feedback_0'
9
+ - 'format_text_generation_d_p_o_0'
10
+ [2025-01-05 22:25:07] INFO ⏳ Waiting for all the steps of stage 0 to load...
11
+ [2025-01-05 22:25:07] INFO ⏳ Steps from stage 0 loaded: 1/6
12
+ * 'load_data_from_hub_0' replicas: 0/1
13
+ * 'text_generation_0' replicas: 0/1
14
+ * 'text_generation_1' replicas: 0/1
15
+ * 'group_columns_0' replicas: 1/1
16
+ * 'ultra_feedback_0' replicas: 0/1
17
+ * 'format_text_generation_d_p_o_0' replicas: 0/1
18
+ [2025-01-05 22:25:09] INFO ⏳ Steps from stage 0 loaded: 5/6
19
+ * 'load_data_from_hub_0' replicas: 0/1
20
+ * 'text_generation_0' replicas: 1/1
21
+ * 'text_generation_1' replicas: 1/1
22
+ * 'group_columns_0' replicas: 1/1
23
+ * 'ultra_feedback_0' replicas: 1/1
24
+ * 'format_text_generation_d_p_o_0' replicas: 1/1
25
+ [2025-01-05 22:25:12] INFO ⏳ Steps from stage 0 loaded: 6/6
26
+ * 'load_data_from_hub_0' replicas: 1/1
27
+ * 'text_generation_0' replicas: 1/1
28
+ * 'text_generation_1' replicas: 1/1
29
+ * 'group_columns_0' replicas: 1/1
30
+ * 'ultra_feedback_0' replicas: 1/1
31
+ * 'format_text_generation_d_p_o_0' replicas: 1/1
32
+ [2025-01-05 22:25:12] INFO βœ… All the steps from stage 0 have been loaded!
33
+ [2025-01-05 22:25:12] INFO 🧬 Starting yielding batches from generator step 'load_data_from_hub_0'. Offset: 0
34
+ [2025-01-05 22:25:12] INFO πŸ“¨ Step 'load_data_from_hub_0' sending batch 0 to output queue
35
+ [2025-01-05 22:25:12] INFO 🏁 Finished running step 'load_data_from_hub_0' (replica ID: 0)
36
+ [2025-01-05 22:25:12] INFO πŸ“¦ Processing batch 0 in 'text_generation_1' (replica ID: 0)
37
+ [2025-01-05 22:25:12] INFO πŸ“¦ Processing batch 0 in 'text_generation_0' (replica ID: 0)
38
+ [2025-01-05 22:27:03] INFO πŸ“¨ Step 'text_generation_0' sending batch 0 to output queue
39
+ [2025-01-05 22:27:03] INFO 🏁 Finished running step 'text_generation_0' (replica ID: 0)
40
+ [2025-01-05 22:28:04] INFO πŸ“¨ Step 'text_generation_1' sending batch 0 to output queue
41
+ [2025-01-05 22:28:04] INFO 🏁 Finished running step 'text_generation_1' (replica ID: 0)
42
+ [2025-01-05 22:28:04] INFO πŸ“¦ Processing batch 0 in 'group_columns_0' (replica ID: 0)
43
+ [2025-01-05 22:28:04] INFO πŸ“¨ Step 'group_columns_0' sending batch 0 to output queue
44
+ [2025-01-05 22:28:04] INFO 🏁 Finished running step 'group_columns_0' (replica ID: 0)
45
+ [2025-01-05 22:28:04] INFO πŸ“¦ Processing batch 0 in 'ultra_feedback_0' (replica ID: 0)
46
+ [2025-01-05 22:28:09] INFO πŸ“¨ Step 'ultra_feedback_0' sending batch 0 to output queue
47
+ [2025-01-05 22:28:09] INFO 🏁 Finished running step 'ultra_feedback_0' (replica ID: 0)
48
+ [2025-01-05 22:28:09] INFO πŸ“¦ Processing batch 0 in 'format_text_generation_d_p_o_0' (replica ID: 0)
49
+ [2025-01-05 22:28:09] WARNING ⚠️ Processing batch 0 with step 'format_text_generation_d_p_o_0' failed. Sending empty batch filled with `None`s...
50
+ [2025-01-05 22:28:09] WARNING Subprocess traceback:
51
+
52
+ Traceback (most recent call last):
53
+ File "/usr/local/lib/python3.10/dist-packages/distilabel/pipeline/step_wrapper.py", line 240, in _non_generator_process_loop
54
+ result = next(step.process_applying_mappings(*batch.data))
55
+ File "/usr/local/lib/python3.10/dist-packages/distilabel/steps/base.py", line 669, in process_applying_mappings
56
+ for output_rows in generator:
57
+ File "/usr/local/lib/python3.10/dist-packages/distilabel/steps/formatting/dpo.py", line 173, in process
58
+ chosen_idx = max(enumerate(item["ratings"]), key=lambda x: x[1])[0]
59
+ TypeError: '>' not supported between instances of 'NoneType' and 'int'
60
+
61
+ [2025-01-05 22:28:09] INFO πŸ“¨ Step 'format_text_generation_d_p_o_0' sending batch 0 to output queue
62
+ [2025-01-05 22:28:09] INFO 🏁 Finished running step 'format_text_generation_d_p_o_0' (replica ID: 0)