We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16bef77 + b21499c commit 020c773Copy full SHA for 020c773
ai-platform/snippets/tuning.js
@@ -23,7 +23,7 @@ async function main(
23
gcsOutputDirectory,
24
location = 'europe-west4',
25
datasetUri = 'gs://cloud-samples-data/ai-platform/generative_ai/headline_classification.jsonl',
26
- trainSteps = 10
+ trainSteps = 300
27
) {
28
// [START aiplatform_model_tuning]
29
/**
@@ -66,7 +66,7 @@ async function main(
66
67
const pipelineJob = {
68
templateUri:
69
- 'https://us-kfp.pkg.dev/ml-pipeline/large-language-model-pipelines/tune-large-model/v1.0.0',
+ 'https://us-kfp.pkg.dev/ml-pipeline/large-language-model-pipelines/tune-large-model/v2.0.0',
70
displayName: 'my-tuning-job',
71
runtimeConfig,
72
};
0 commit comments