Skip to content

Commit

Permalink
chore: LLM - Fixed typo in tune_model docstring
Browse files Browse the repository at this point in the history
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2341 from googleapis:release-please--branches--main 75c4b79
PiperOrigin-RevId: 546460442
  • Loading branch information
Ark-kun authored and copybara-github committed Jul 8, 2023
1 parent 52d0267 commit 54b01c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertexai/language_models/_language_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def tune_model(
This method launches a model tuning job that can take some time.
Args:
training_data: A Pandas DataFrame of a URI pointing to data in JSON lines format.
training_data: A Pandas DataFrame or a URI pointing to data in JSON lines format.
The dataset must have the "input_text" and "output_text" columns.
train_steps: Number of training steps to perform.
learning_rate: Learning rate for the tuning
Expand Down

0 comments on commit 54b01c4

Please sign in to comment.