ninaxu commited on
Commit
7282049
1 Parent(s): a07da27

Upload pipeline.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.yaml +19 -0
pipeline.yaml CHANGED
@@ -60,11 +60,30 @@ pipeline:
60
  module: __main__
61
  name: FakeUniqueId
62
  name: fake_unique_id_0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  connections:
64
  - from: load_data_from_dicts_0
65
  to:
66
  - fake_unique_id_0
67
  - from: fake_unique_id_0
 
 
 
68
  to: []
69
  routing_batch_functions: []
70
  type_info:
 
60
  module: __main__
61
  name: FakeUniqueId
62
  name: fake_unique_id_0
63
+ - step:
64
+ name: expand_columns_0
65
+ input_mappings: {}
66
+ output_mappings: {}
67
+ input_batch_size: 50
68
+ columns:
69
+ column_content: column_content
70
+ runtime_parameters_info:
71
+ - name: input_batch_size
72
+ optional: true
73
+ description: The number of rows that will contain the batches processed by
74
+ the step.
75
+ type_info:
76
+ module: distilabel.steps.expand
77
+ name: ExpandColumns
78
+ name: expand_columns_0
79
  connections:
80
  - from: load_data_from_dicts_0
81
  to:
82
  - fake_unique_id_0
83
  - from: fake_unique_id_0
84
+ to:
85
+ - expand_columns_0
86
+ - from: expand_columns_0
87
  to: []
88
  routing_batch_functions: []
89
  type_info: