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
default=None, description="""Evaluation config for the tuning job."""
11265
11265
)
11266
11266
custom_base_model: Optional[str] = Field(
11267
11267
default=None,
@@ -11361,7 +11361,7 @@ class TuningJobDict(TypedDict, total=False):
11361
11361
"""Tuning Spec for open sourced and third party Partner models."""
11362
11362
11363
11363
evaluation_config: Optional[EvaluationConfigDict]
11364
-
""""""
11364
+
"""Evaluation config for the tuning job."""
11365
11365
11366
11366
custom_base_model: Optional[str]
11367
11367
"""Optional. The user-provided path to custom model weights. Set this field to tune a custom model. The path must be a Cloud Storage directory that contains the model weights in .safetensors format along with associated model metadata files. If this field is set, the base_model field must still be set to indicate which base model the custom model is derived from. This feature is only available for open source models."""
0 commit comments