Upload pipeline.yaml with huggingface_hub
Browse files- pipeline.yaml +4 -2
pipeline.yaml
CHANGED
@@ -14,7 +14,7 @@ pipeline:
|
|
14 |
split: train
|
15 |
config: null
|
16 |
streaming: false
|
17 |
-
num_examples:
|
18 |
storage_options: null
|
19 |
runtime_parameters_info:
|
20 |
- name: batch_size
|
@@ -65,7 +65,9 @@ pipeline:
|
|
65 |
num_generations: 1
|
66 |
triplet: true
|
67 |
action: query
|
68 |
-
context: The text is a chunk from ZenML's technical documentation.
|
|
|
|
|
69 |
runtime_parameters_info:
|
70 |
- name: input_batch_size
|
71 |
optional: true
|
|
|
14 |
split: train
|
15 |
config: null
|
16 |
streaming: false
|
17 |
+
num_examples: null
|
18 |
storage_options: null
|
19 |
runtime_parameters_info:
|
20 |
- name: batch_size
|
|
|
65 |
num_generations: 1
|
66 |
triplet: true
|
67 |
action: query
|
68 |
+
context: The text is a chunk from ZenML's technical documentation. Along with
|
69 |
+
prose explanations, the text chunk may include code snippets and logs but
|
70 |
+
these are identifiable from the surrounding backticks.
|
71 |
runtime_parameters_info:
|
72 |
- name: input_batch_size
|
73 |
optional: true
|