yaekobB commited on
Commit
457f484
·
1 Parent(s): 424c78a

some update

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +2 -2
  3. banner.png +3 -0
.gitattributes CHANGED
@@ -1,2 +1,3 @@
1
  *.safetensors filter=lfs diff=lfs merge=lfs -text
2
  *.bin filter=lfs diff=lfs merge=lfs -text
 
 
1
  *.safetensors filter=lfs diff=lfs merge=lfs -text
2
  *.bin filter=lfs diff=lfs merge=lfs -text
3
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Toxic Comment Classification
3
  emoji: 🧪
4
  colorFrom: indigo
5
  colorTo: gray
@@ -91,7 +91,7 @@ It performs **multi-label classification** across six toxicity categories while
91
 
92
  ## 📊 Model Training Summary
93
 
94
- - Dataset: [Jigsaw Toxic Comment Classification Challenge](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge)
95
  - Tokenization: DistilBERT (max length = 256)
96
  - Loss: Binary Cross-Entropy with Logits (BCEWithLogitsLoss)
97
  - Optimizer: AdamW (learning rate = 2e-5, weight decay = 0.02)
 
1
  ---
2
+ title: Toxic Comment Classifier & Explainer
3
  emoji: 🧪
4
  colorFrom: indigo
5
  colorTo: gray
 
91
 
92
  ## 📊 Model Training Summary
93
 
94
+ - Dataset: [Jigsaw Toxic Comment Classification Challenge](https://www.kaggle.com/datasets/julian3833/jigsaw-toxic-comment-classification-challenge)
95
  - Tokenization: DistilBERT (max length = 256)
96
  - Loss: Binary Cross-Entropy with Logits (BCEWithLogitsLoss)
97
  - Optimizer: AdamW (learning rate = 2e-5, weight decay = 0.02)
banner.png ADDED

Git LFS Details

  • SHA256: 47438a81fbe49c4c1dea978bc1b56beb2dd5fdedb31628c347c570a282f9cefa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB