Skip to content

Commit

Permalink
Merge pull request cgpotts#115 from insop/insop/openqa_add_submission…
Browse files Browse the repository at this point in the history
…_files

Add submission instruction for openqa
  • Loading branch information
cgpotts authored Jun 11, 2022
2 parents b19a352 + e2b59f2 commit 265d5b3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions hw_colors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"1. [Question 4: Color context [3 points]](#Question-4:-Color-context-[3-points])\n",
"1. [Your original system [3 points]](#Your-original-system-[3-points])\n",
"1. [Bakeoff [1 point]](#Bakeoff-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
"1. [Submission instructions](#Submission-instructions)"
]
},
{
Expand Down Expand Up @@ -1273,10 +1273,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"## Submission instructions\n",
"\n",
"Review and follow the [Homework and bake-off code: Formatting guide](hw_formatting_guide.ipynb).\n",
"Please do not change the file name as described below.\n",
"Please do not change the filename as described below.\n",
"\n",
"Submit the following files to Gradescope:\n",
"\n",
Expand Down
24 changes: 12 additions & 12 deletions hw_openqa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
" 1. [Few-shot OpenQA [2 points]](#Few-shot-OpenQA-[2-points])\n",
" 1. [Answer scoring [2 points]](#Answer-scoring-[2-points])\n",
" 1. [Your original system [3 points]](#Your-original-system-[3-points])\n",
"1. [Bake-off [1 point]](#Bake-off-[1-point])"
"1. [Bake-off [1 point]](#Bake-off-[1-point])\n",
"1. [Submission instructions](#Submission-instructions)"
]
},
{
Expand Down Expand Up @@ -2580,20 +2581,19 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"\n"
"## Submission instructions\n",
" \n",
"Review and follow the [Homework and bake-off code: Formatting guide](hw_formatting_guide.ipynb).\n",
"Please **do not change the filename** as described below.\n",
" \n",
"Submit the following files to Gradescope:\n",
" \n",
"- `hw_openqa.ipynb` (this notebook)\n",
"- `cs224u-openqa-bakeoff-entry.json` (bake-off output)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
6 changes: 3 additions & 3 deletions hw_sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" 1. [BERT encoding [2 points]](#BERT-encoding-[2-points])\n",
" 1. [Your original system [3 points]](#Your-original-system-[3-points])\n",
"1. [Bakeoff [1 point]](#Bakeoff-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
"1. [Submission instructions](#Submission-instructions)"
]
},
{
Expand Down Expand Up @@ -926,10 +926,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"## Submission instructions\n",
"\n",
"Review and follow the [Homework and bake-off code: Formatting guide](hw_formatting_guide.ipynb).\n",
"Please do not change the file name as described below.\n",
"Please do not change the filename as described below.\n",
"\n",
"Submit the following files to Gradescope:\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions hw_wordrelatedness.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
" 1. [Learned distance functions [2 points]](#Learned-distance-functions-[2-points])\n",
" 1. [Your original system [3 points]](#Your-original-system-[3-points])\n",
"1. [Bake-off [1 point]](#Bake-off-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
"1. [Submission instructions](#Submission-instructions)"
]
},
{
Expand Down Expand Up @@ -1009,10 +1009,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"## Submission instructions\n",
"\n",
"Review and follow the [Homework and bake-off code: Formatting guide](hw_formatting_guide.ipynb).\n",
"Please do not change the file name as described below.\n",
"Please do not change the filename as described below.\n",
"\n",
"Submit the following files to Gradescope:\n",
"\n",
Expand Down

0 comments on commit 265d5b3

Please sign in to comment.