Skip to content

Commit

Permalink
added spelling correction bert base
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Nov 10, 2019
1 parent 15f65c2 commit 554d6dd
Show file tree
Hide file tree
Showing 2 changed files with 797 additions and 1 deletion.
7 changes: 6 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-313--models-blue.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20notebooks-314--models-blue.svg"></a>
</p>

---
Expand All @@ -26,6 +26,7 @@
* [Question-Answers](#question-answers)
* [Sentence pairs](#sentence-pair)
* [Speech-to-Text](#speech-to-text)
* [Spelling correction](#spelling-correction)
* [SQUAD Question-Answers](#squad-question-answers)
* [Stemming](#stemming)
* [Text Augmentation](#text-augmentation)
Expand Down Expand Up @@ -336,6 +337,10 @@ Trained on [Toronto speech dataset](https://tspace.library.utoronto.ca/handle/18
10. Deep Speech 2, test accuracy 81.40%
11. Wav2Vec Transfer learning BiRNN LSTM, test accuracy 83.24%

### [Spelling correction](spelling-correction)

1. BERT-Base

### [SQUAD Question-Answers](squad-qa)

Trained on [SQUAD Dataset](https://rajpurkar.github.io/SQuAD-explorer/).
Expand Down
Loading

0 comments on commit 554d6dd

Please sign in to comment.