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

Commit 0751816

Browse files
committed
added bert entity tagging
1 parent 10a717b commit 0751816

File tree

2 files changed

+618
-1
lines changed

2 files changed

+618
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66
<p align="center">
77
<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>
8-
<a href="#"><img src="https://img.shields.io/badge/total%20models-279--models-blue.svg"></a>
8+
<a href="#"><img src="https://img.shields.io/badge/total%20models-280--models-blue.svg"></a>
99
<a href="#"><img src="https://img.shields.io/badge/sentiments-71--models-success.svg"></a>
1010
<a href="#"><img src="https://img.shields.io/badge/chatbot-54--models-success.svg"></a>
1111
<a href="#"><img src="https://img.shields.io/badge/NMT-52--models-success.svg"></a>
@@ -314,6 +314,7 @@ I will attached github repositories for models that I not implemented from scrat
314314
5. Char Ngrams + Bidirectional RNN + Bahdanau Attention + CRF, test accuracy 96%
315315
6. Char Ngrams + Residual Network + Bahdanau Attention + CRF, test accuracy 69%
316316
7. Char Ngrams + Attention is you all Need + CRF, test accuracy 90%
317+
8. BERT, test accuracy 99%
317318

318319
### [Dependency-Parser](dependency-parser)
319320

0 commit comments

Comments
 (0)