Skip to content

Commit

Permalink
Fix sequence classification -> sequence labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Oct 4, 2022
1 parent e393c7e commit 636dfd9
Show file tree
Hide file tree
Showing 2 changed files with 14,011 additions and 13,994 deletions.
7 changes: 2 additions & 5 deletions chapters/sequence_labeling_slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4043,13 +4043,10 @@
}
},
"source": [
"See, for example, `allennlp.models.crf_tagger`...\n",
"\n",
"<center>\n",
"<img src=\"../img/CRF-LAYER-1-v2.png\" width=40%/>\n",
"</center>\n",
"![](https://www.gabormelli.com/RKB/images/thumb/1/1e/N16-1030_fig1.png/400px-N16-1030_fig1.png)\n",
"\n",
"(from https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/)"
"(from [Lample et al., 2016](https://www.aclweb.org/anthology/N16-1030))"
]
},
{
Expand Down
Loading

0 comments on commit 636dfd9

Please sign in to comment.