Skip to content

Commit

Permalink
OpenQA: add pass statements to allow the grader test intermediate ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
SebastianHurubaru committed Jan 5, 2023
1 parent 938efa9 commit c7c42de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw_openqa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@
" # add your prompts and results to `prompts` and `gens`.\n",
"\n",
" ##### YOUR CODE HERE\n",
"\n",
" pass\n",
"\n",
"\n",
" # Return value from a call to `evalaute`, with `examples`\n",
Expand Down Expand Up @@ -2146,7 +2146,7 @@
" # `build_few_shot_open_qa_prompt` to build prompts.\n",
"\n",
" ##### YOUR CODE HERE\n",
"\n",
" pass\n",
"\n",
"\n",
" # Return value from a call to `evalaute`, with `examples`\n",
Expand Down Expand Up @@ -2326,7 +2326,7 @@
" #\n",
" # Be sure to use \"generated_answer_probs\" for the scores.\n",
" ##### YOUR CODE HERE\n",
"\n",
" pass\n",
"\n",
"\n",
" # Return `data`, sorted with the highest scoring `(score, gen)`\n",
Expand Down

0 comments on commit c7c42de

Please sign in to comment.