CoolFace
Modelpublic

diyorarti/hate-speech-attn-bigru-keras

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes9downloads
Model Card

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