Skip to content

Commit

Permalink
change training dataset name in cli oai v2 example
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatsalya committed Oct 9, 2023
1 parent aaefd71 commit 8c37ef2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
type: pipeline
component: azureml://registries/azureml/components/openai_completions_finetune_pipeline/versions/0.0.9
inputs:
train_dataset:
train_dataset:
type: uri_folder
path: azureml:identity-train-chat:1
validation_dataset:
path: azureml:oai_sample_training_data:1
validation_dataset:
type: uri_folder
path: azureml:identity-train-chat:1
path: azureml:oai_sample_training_data:1
registered_model_name: ${{parent.inputs.registered_model_name}}
model: ${{parent.inputs.model}}
task_type: ${{parent.inputs.task_type}}
n_epochs: ${{parent.inputs.n_epochs}}
learning_rate_multiplier: ${{parent.inputs.learning_rate_multiplier}}
batch_size: ${{parent.inputs.batch_size}}
batch_size: ${{parent.inputs.batch_size}}

0 comments on commit 8c37ef2

Please sign in to comment.