Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
delete residual network dependency parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Sep 30, 2019
1 parent 760411f commit 4e3885c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,347 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>
<p align="center">
<a href="https://github.com/huseinzol05/NLP-Models-Tensorflow/blob/master/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20notebooks-311--models-blue.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20notebooks-310--models-blue.svg"></a>
</p>

---
Expand Down Expand Up @@ -160,11 +160,9 @@ Stackpointer and Biaffine-attention originally from https://github.com/XuezheMax

1. Bidirectional RNN + Bahdanau Attention + CRF
2. Bidirectional RNN + Luong Attention + CRF
3. Residual Network + Bahdanau Attention + CRF
4. Residual Network + Bahdanau Attention + Char Embedded + CRF
5. Attention is all you need + CRF
6. Stackpointer
7. Biaffine-attention
3. Attention is all you need + CRF
4. Stackpointer
5. Biaffine-attention

### [Entity-Tagging](entity-tagging)

Expand Down
Loading

0 comments on commit 4e3885c

Please sign in to comment.