You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/google-cloud/google_cloud_pipeline_components/_implementation/llm/generated/refined_image_versions.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@
17
17
DO NOT EDIT - This file is generated, manual changes will be overridden.
accelerator_type: Specific accelerator type for the custom job.
73
75
accelerator_count: The number of accelerator.
74
76
reward_model_image_uri: Docker image URI to use for the reward model training job.
77
+
comma_separated_candidates_field_names: Comma separated list of fields that contain candidate text, e.g. ``'field_1,field_2,field_3'``.
75
78
prompt_sequence_length: Maximum tokenized sequence length for input text. Higher values increase memory overhead. This value should be at most 8192. Default value is 512.
76
79
target_sequence_length: Maximum tokenized sequence length for target text. Higher values increase memory overhead. This value should be at most 1024. Default value is 64.
77
80
batch_size: Number of examples in each finetuning step. Default is 64.
0 commit comments