Skip to content

Commit

Permalink
changed dataset format
Browse files Browse the repository at this point in the history
  • Loading branch information
anagarajan97 committed Nov 22, 2023
1 parent 5b3fadd commit 573c3c5
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 262 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$schema: https://azuremlschemas.azureedge.net/latest/data.schema.json
type: uri_folder
name: oai_sample_training_data
name: oai_sample_training_data_chat
description: sample training data
path: data/
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
inputs:
train_dataset:
type: uri_folder
path: azureml:oai_sample_training_data:1
path: azureml:oai_sample_training_data_chat:1
mode: ro_mount
validation_dataset:
type: uri_folder
path: azureml:oai_sample_training_data:1
path: azureml:oai_sample_training_data_chat:1
mode: ro_mount
registered_model_name: ft_ada_model_from_cli_doc
model: ${{parent.inputs.model_name}}
Expand Down
Loading

0 comments on commit 573c3c5

Please sign in to comment.