Skip to content

Commit

Permalink
Fix typo in parameter name (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarwal-k committed Jul 4, 2024
1 parent d4c90ee commit af8f6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
" instance_type_finetune=\"Standard_NC24s_v3\",\n",
" instance_type_model_import=\"Standard_E4s_v3\",\n",
" instance_type_preprocess=\"Standard_E4s_v3\",\n",
" instance_type_model_evalutation=\"Standard_NC24s_v3\",\n",
" instance_type_model_evaluation=\"Standard_NC24s_v3\",\n",
" # map the dataset splits to parameters\n",
" train_file_path=Input(\n",
" type=\"uri_file\", path=\"./emotion-dataset/small_train.jsonl\"\n",
Expand Down

0 comments on commit af8f6f3

Please sign in to comment.