Skip to content

Commit

Permalink
Some updates to homework titles
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Jan 6, 2024
1 parent 94ff414 commit 0117b35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion hw1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get started:

Clone your repository if you haven’t done it already:

git clone git@csil-git1.cs.surrey.sfu.ca:USER/nlpclass-{{ site.semcode }}-g-GROUP.git
git clone git@github.sfu.ca:USER/nlpclass-{{ site.semcode }}-g-GROUP.git

Then copy over the contents of the `spellchk` directory into your
`hw1` directory in your repository.
Expand Down
8 changes: 3 additions & 5 deletions hw2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ title: Homework 2 | BERT Finetuning for Robust Phrasal Chunking
active_tab: homework
---

# Homework 2: BERT Finetuning for Robust Phrasal Chunking

<span class="text-info">Start on {{ site.hwdates[2].startdate }}</span> |
<span class="text-warning">Due on {{ site.hwdates[2].deadline }}</span>

## Homework Questions 2: Word vectors and neural networks
<!-- ## Homework Questions 2: Word vectors and neural networks
<span class="text-info">Out on {{ site.hwdates[2].startdate }}</span>
{% if site.hwdates[2].coursys %}
<span>Posted on [Coursys]({{ site.hwdates[2].coursys }}).</span>
{% endif %}
{% endif %} -->

# Programming Homework 2: Lexical Substitution
# Programming Homework 2: BERT Finetuning for Robust Phrasal Chunking

## Getting Started

Expand Down
4 changes: 1 addition & 3 deletions hw3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ title: Homework 3 | Cross Attention
active_tab: homework
---

# Homework 3: Attention

<span class="text-info">Start on {{ site.hwdates[3].startdate }}</span> |
<span class="text-warning">Due on {{ site.hwdates[3].deadline }}</span>

Expand All @@ -19,7 +17,7 @@ active_tab: homework
<span>Posted on [Coursys]({{ site.hwdates[3].coursys }}).</span>
{% endif %}

# Programming Homework 3: Robust Phrasal Chunking
# Programming Homework 3: Attention


## Getting Started
Expand Down
8 changes: 3 additions & 5 deletions hw4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ title: Homework 4 | Prefix Tuning for Text Generation
active_tab: homework
---

# Homework 4: Prefix Tuning for Text Generation

<span class="text-info">Start on {{ site.hwdates[4].startdate }}</span> |
<span class="text-warning">Due on {{ site.hwdates[4].deadline }}</span>

## Homework Questions 4: Parsing and contextual word embeddings
<!-- ## Homework Questions 4: Parsing
<span class="text-info">Out on {{ site.hwdates[4].startdate }}</span>
{% if site.hwdates[4].coursys %}
<span>Posted on [Coursys]({{ site.hwdates[4].coursys }}).</span>
{% endif %}
{% endif %} -->

# Programming Homework 4: Attention
# Programming Homework 4: Prefix Tuning for Text Generation


## Getting Started
Expand Down

0 comments on commit 0117b35

Please sign in to comment.