Skip to content

Commit

Permalink
Use proper golden set format. (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dkurokawa authored Oct 24, 2024
1 parent 0266842 commit 94e8a15
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,23 +130,23 @@
"golden_set = [\n",
" {\n",
" \"query\": \"What was the author's undergraduate major?\",\n",
" \"response\": \"He didn't choose a major, and customized his courses.\",\n",
" \"expected_response\": \"He didn't choose a major, and customized his courses.\",\n",
" },\n",
" {\n",
" \"query\": \"What company did the author start in 1995?\",\n",
" \"response\": \"Viaweb, to make software for building online stores.\",\n",
" \"expected_response\": \"Viaweb, to make software for building online stores.\",\n",
" },\n",
" {\n",
" \"query\": \"Where did the author move in 1998 after selling Viaweb?\",\n",
" \"response\": \"California, after Yahoo acquired Viaweb.\",\n",
" \"expected_response\": \"California, after Yahoo acquired Viaweb.\",\n",
" },\n",
" {\n",
" \"query\": \"What did the author do after leaving Yahoo in 1999?\",\n",
" \"response\": \"He focused on painting and tried to improve his art skills.\",\n",
" \"expected_response\": \"He focused on painting and tried to improve his art skills.\",\n",
" },\n",
" {\n",
" \"query\": \"What program did the author start with Jessica Livingston in 2005?\",\n",
" \"response\": \"Y Combinator, to provide seed funding for startups.\",\n",
" \"expected_response\": \"Y Combinator, to provide seed funding for startups.\",\n",
" },\n",
"]"
]
Expand Down

0 comments on commit 94e8a15

Please sign in to comment.