dvilasuero HF staff commited on
Commit
aad62a7
·
verified ·
1 Parent(s): 712f2ba

Upload pipeline.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.yaml +9 -2
pipeline.yaml CHANGED
@@ -20,7 +20,7 @@ pipeline:
20
  config: null
21
  revision: null
22
  streaming: false
23
- num_examples: 2
24
  storage_options: null
25
  runtime_parameters_info:
26
  - name: resources
@@ -482,7 +482,14 @@ pipeline:
482
  - keep_columns_0
483
  - from: keep_columns_0
484
  to: []
485
- routing_batch_functions: []
 
 
 
 
 
 
 
486
  type_info:
487
  module: distilabel.pipeline.local
488
  name: Pipeline
 
20
  config: null
21
  revision: null
22
  streaming: false
23
+ num_examples: 5
24
  storage_options: null
25
  runtime_parameters_info:
26
  - name: resources
 
482
  - keep_columns_0
483
  - from: keep_columns_0
484
  to: []
485
+ routing_batch_functions:
486
+ - step: load_data
487
+ description: Sample 2 steps from the list of downstream steps.
488
+ type_info:
489
+ module: distilabel.pipeline.routing_batch_function
490
+ name: sample_n_steps
491
+ kwargs:
492
+ n: 2
493
  type_info:
494
  module: distilabel.pipeline.local
495
  name: Pipeline