This repository contains solution of the kaggle competition.
Sno. | Model | Framework used | Parameters | Epochs | Public score | Private score | Source |
---|---|---|---|---|---|---|---|
1 | Baseline | Keras | 813,830 | 40 | 0.97596 | 0.97617 | |
2 | Baseline with BPE & custom FastText embeddings | Keras | 813,830 | 40 | 0.98011 | 0.98004 |
If you are new to NLP and want to understand basics, please read this blog post.