Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Aug 8, 2024
1 parent 7e58c94 commit 61dc8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def tune(
platforms (currently supports HuggingFace and Amazon S3) using the Storage
Initializer. The `trainer_parameters` should be of type
`HuggingFaceTrainerParams` to set the hyperparameters search space. This API
will automatically define the "Trainer" class in HuggingFace with the provided
parameters and utilize `Trainer.train()` from HuggingFace to obtain the metrics
will automatically define the "Trainer" in HuggingFace with the provided
parameters and utilize `Trainer.train()` from HuggingFace to obtain the metrics
for optimizing hyperparameters.
2. Custom objective function
Expand Down

0 comments on commit 61dc8ca

Please sign in to comment.