We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tune_model
1 parent 6ce18f7 commit 61f7bdaCopy full SHA for 61f7bda
vertexai/language_models/_language_models.py
@@ -149,7 +149,7 @@ def tune_model(
149
This method launches a model tuning job that can take some time.
150
151
Args:
152
- 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.
153
The dataset must have the "input_text" and "output_text" columns.
154
train_steps: Number of training steps to perform.
155
learning_rate: Learning rate for the tuning
0 commit comments