This repository contains the code for detecting aggresion in Greek.
Model | Precision | Recall | F1 |
---|---|---|---|
Capsule | 0.8777 | 0.8797 | 0.8772 |
CNN | 0.8797 | 0.8818 | 0.8801 |
Pooled GRU | 0.8896 | 0.8912 | 0.8884 |
Attention LSTM | 0.8840 | 0.8860 | 0.8842 |
Attention LSTM GRU | 0.8839 | 0.8860 | 0.8841 |
Attention Capsule | 0.8859 | 0.8839 | 0.8847 |
BERT | 0.7346 | 0.7403 | 0.7374 |