We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed51e3 commit 4939ba8Copy full SHA for 4939ba8
1 file changed
README.md
@@ -96,7 +96,7 @@ A collection of various deep learning architectures, models, & their impleme
96
| Title | Dataset | Description | Notebooks |
97
| --- | --- | --- | --- |
98
| Bi-LSTM + [CRF](https://arxiv.org/abs/1508.01991) | [CoNLL-2003](https://huggingface.co/datasets/eriktks/conll2003) | Implementation of [Bidirectional LSTM-CRF Models for Sequence Tagging](https://arxiv.org/abs/1508.01991) (2015) | [](pytorch/rnn/rnn-ner-bi-lstm-crf.ipynb) |
99
-| CNN-Bi-LSTM + CRF | [CoNLL-2003](https://huggingface.co/datasets/eriktks/conll2003) | Implementation of [End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF](https://arxiv.org/abs/1603.01354) (2016) using Character-level CNNs | [](pytorch/rnn/rnn-ner-cnn-bi-lstm-crf.ipynb) |
+| CNN-Bi-LSTM + CRF | [CoNLL-2003](https://huggingface.co/datasets/eriktks/conll2003) | Implementation of [End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF](https://arxiv.org/abs/1603.01354) (2016) | [](pytorch/rnn/rnn-ner-cnn-bi-lstm-crf.ipynb) |
100
101
<br><br>
102
0 commit comments