yaekobB commited on
Commit
d71c4b7
·
1 Parent(s): 962ebdc

Add description and tags to Hugging Face Space metadata

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -8,6 +8,22 @@ sdk_version: 4.20.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # 🧠 Toxic Comment Classification — Explainable Multi-Label NLP Model
 
8
  app_file: app.py
9
  pinned: true
10
  license: mit
11
+
12
+ # 👇 New fields
13
+ description: >
14
+ A multi-label transformer-based Toxic Comment Classifier trained on the Jigsaw dataset.
15
+ It includes an explainability module (Captum Integrated Gradients) that visualizes
16
+ which words contribute most to each toxic label, powered by Gradio UI.
17
+ tags:
18
+ - text-classification
19
+ - multi-label
20
+ - explainable-ai
21
+ - transformers
22
+ - gradio
23
+ - distilbert
24
+ - nlp
25
+ - toxicity-detection
26
+ - huggingface-space
27
  ---
28
 
29
  # 🧠 Toxic Comment Classification — Explainable Multi-Label NLP Model