Skip to content

Commit

Permalink
Merge branch 'main' into batch
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy authored Jul 24, 2023
2 parents 5e60db3 + 020c773 commit fddbedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai-platform/snippets/tuning.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function main(
gcsOutputDirectory,
location = 'europe-west4',
datasetUri = 'gs://cloud-samples-data/ai-platform/generative_ai/headline_classification.jsonl',
trainSteps = 10
trainSteps = 300
) {
// [START aiplatform_model_tuning]
/**
Expand Down Expand Up @@ -66,7 +66,7 @@ async function main(

const pipelineJob = {
templateUri:
'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',
displayName: 'my-tuning-job',
runtimeConfig,
};
Expand Down

0 comments on commit fddbedf

Please sign in to comment.