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

Commit

Permalink
added xlnet base dependency parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Oct 11, 2019
1 parent f2d08c1 commit 9096d94
Show file tree
Hide file tree
Showing 2 changed files with 1,610 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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-312--models-blue.svg"></a>
</p>

---
Expand Down Expand Up @@ -167,6 +167,7 @@ Accuracy based on arc, types and root accuracies after 15 epochs only.
5. Bidirectional RNN + Biaffine Attention + Cross Entropy, arc accuracy 72.42%, types accuracy 63.53%, root accuracy 68.51%
6. BERT Base + Biaffine Attention + Cross Entropy, arc accuracy 72.85%, types accuracy 67.11%, root accuracy 73.93%
7. Bidirectional RNN + Stackpointer, arc accuracy 61.88%, types accuracy 48.20%, root accuracy 89.39%
8. XLNET Base + Biaffine Attention + Cross Entropy, arc accuracy 74.41%, types accuracy 71.37%, root accuracy 73.17%

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

Expand Down
Loading

0 comments on commit 9096d94

Please sign in to comment.