diyorarti/hate-speech-attn-bigru-keras
19
Hate Speech Classifier — Attention BiGRU (Keras)
Input: raw text Output: binary label (0 = non-hate, 1 = hate) + probability
- seq_len: 64
- vocab_size: 99963
- architecture: Embedding → BiGRU → AttentionPooling → Dense
This repo contains:
model.keras(trained Keras model)saved_model/(SavedModel export)tokenizer.json,tokenizer_config.json
