ninaxu commited on
Commit
d897276
·
verified ·
1 Parent(s): d49a9cf

Upload pipeline.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.yaml +6 -6
pipeline.yaml CHANGED
@@ -1,7 +1,7 @@
1
  distilabel:
2
  version: 1.2.1
3
  pipeline:
4
- name: id-faker-pipeline-4
5
  description: A simple pipeline to generate unique IDs with Faker
6
  steps:
7
  - step:
@@ -29,7 +29,7 @@ pipeline:
29
  name: LoadDataFromDicts
30
  name: load_data_from_dicts_0
31
  - step:
32
- name: fake_unique_i_d_0
33
  input_mappings: {}
34
  output_mappings: {}
35
  input_batch_size: 50
@@ -40,13 +40,13 @@ pipeline:
40
  the step.
41
  type_info:
42
  module: __main__
43
- name: FakeUniqueID
44
- name: fake_unique_i_d_0
45
  connections:
46
  - from: load_data_from_dicts_0
47
  to:
48
- - fake_unique_i_d_0
49
- - from: fake_unique_i_d_0
50
  to: []
51
  routing_batch_functions: []
52
  type_info:
 
1
  distilabel:
2
  version: 1.2.1
3
  pipeline:
4
+ name: id-faker-pipeline
5
  description: A simple pipeline to generate unique IDs with Faker
6
  steps:
7
  - step:
 
29
  name: LoadDataFromDicts
30
  name: load_data_from_dicts_0
31
  - step:
32
+ name: fake_unique_id_0
33
  input_mappings: {}
34
  output_mappings: {}
35
  input_batch_size: 50
 
40
  the step.
41
  type_info:
42
  module: __main__
43
+ name: FakeUniqueId
44
+ name: fake_unique_id_0
45
  connections:
46
  - from: load_data_from_dicts_0
47
  to:
48
+ - fake_unique_id_0
49
+ - from: fake_unique_id_0
50
  to: []
51
  routing_batch_functions: []
52
  type_info: