Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Apr 12, 2024
1 parent 8fd459a commit aa0ce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-evals/samples/EvaluatorUpload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"source": [
"data = pd.DataFrame({\n",
" \"ground_truth\": [\"January is the coldest winter month.\"],\n",
" \"answer\": [\"June is the coldest sommer month.\"]\n",
" \"answer\": [\"June is the coldest summer month.\"]\n",
"})\n",
"in_file = 'data.jsonl'\n",
"data.to_json('data.jsonl', orient='records', lines=True, index=False)"
Expand Down

0 comments on commit aa0ce00

Please sign in to comment.