You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using ⚡ Pytorch Lightning and 🤗 Transformers. For access to our API, please email us at [email protected].
Binary classification of toxic comments for Wikishop's wiki system. Achieved F1=0.947 on test set using BERT embeddings + SMOTE + logistic regression, exceeding target 0.75. Includes preprocessing, TF‑IDF baselines (LogReg, RandomForest, CatBoost), and model evaluation. Aims to automate moderation and reduce manual workload.