Skip to content

Commit

Permalink
Merge pull request cgpotts#85 from insop/insop/add_submisison_instruc…
Browse files Browse the repository at this point in the history
…tion

Add 'submission instruction' subsection
  • Loading branch information
cgpotts authored Aug 10, 2021
2 parents 68062ba + 1a95084 commit 132c654
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
17 changes: 15 additions & 2 deletions hw_colors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"1. [Try the GloVe representations](#Try-the-GloVe-representations)\n",
"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])"
"1. [Bakeoff [1 point]](#Bakeoff-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
]
},
{
Expand Down Expand Up @@ -1261,6 +1262,18 @@
"\n",
"Late entries will be accepted, but they cannot earn the extra 0.5 points."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"\n",
"Submit the following files to gradescope submission\n",
"\n",
"- `hw_colors.ipynb` (this notebook)\n",
"- `cs224u-colors-bakeoff-entry.csv` (bake-off output)"
]
}
],
"metadata": {
Expand All @@ -1279,7 +1292,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
17 changes: 15 additions & 2 deletions hw_sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
" 1. [A more powerful vector-averaging baseline [2 points]](#A-more-powerful-vector-averaging-baseline-[2-points])\n",
" 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])"
"1. [Bakeoff [1 point]](#Bakeoff-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
]
},
{
Expand Down Expand Up @@ -914,6 +915,18 @@
"\n",
"Late entries will be accepted, but they cannot earn the extra 0.5 points."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"\n",
"Submit the following files to gradescope submission\n",
"\n",
"- `hw_sentiment.ipynb` (this notebook)\n",
"- `cs224u-sentiment-bakeoff-entry.csv` (bake-off output)\n"
]
}
],
"metadata": {
Expand All @@ -932,7 +945,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.4"
},
"widgets": {
"state": {},
Expand Down
17 changes: 15 additions & 2 deletions hw_wordrelatedness.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
" 1. [Pooled BERT representations [1 point]](#Pooled-BERT-representations-[1-point])\n",
" 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])"
"1. [Bake-off [1 point]](#Bake-off-[1-point])\n",
"1. [Submission Instruction](#Submission-Instruction)"
]
},
{
Expand Down Expand Up @@ -997,6 +998,18 @@
"\n",
"Late entries will be accepted, but they cannot earn the extra 0.5 points."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Instruction\n",
"\n",
"Submit the following files to gradescope submission\n",
"\n",
"- `hw_wordrelatedness.ipynb` (this notebook)\n",
"- `cs224u-wordrelatedness-bakeoff-entry.csv` (bake-off output)\n"
]
}
],
"metadata": {
Expand All @@ -1015,7 +1028,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.4"
},
"widgets": {
"state": {},
Expand Down

0 comments on commit 132c654

Please sign in to comment.