Skip to content

Commit

Permalink
updated Loading_Data_with_Custom_Columns notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Prikshit7766 committed Nov 3, 2023
1 parent 00a9d36 commit d7750d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/tutorials/misc/Loading_Data_with_Custom_Columns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@
"harness = Harness(task=\"question-answering\",\n",
" model={\"model\":\"text-davinci-003\",\"hub\":\"openai\"},\n",
" data={\"data_source\":\"SQuAD_csv.csv\",\n",
" \"feature_column\":{\"passage\": \"context\", \"question\": \"question\"},\n",
" \"feature_column\":{\"context\": \"context\", \"question\": \"question\"},\n",
" \"target_column\":'answer_start',\n",
" })"
]
Expand Down

0 comments on commit d7750d8

Please sign in to comment.