jpcorb20 commited on
Commit
f6bde39
1 Parent(s): 55f72ad

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Distilroberta for toxic comment detection
2
+
3
+ See my GitHub repo [toxic-comment-server](https://github.com/jpcorb20/toxic-comment-server)
4
+
5
+ The model was trained from [DistilRoberta](https://huggingface.co/distilroberta-base) on [Kaggle Toxic Comments](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge) with the BCEWithLogits loss for Multi-Label prediction. Thus, please use the sigmoid activation on the logits (not made to use the softmax output, e.g. like the HF widget).