The document presents a project on classifying toxic comments using a multi-label classification model, addressing challenges in accurately detecting different types of toxicity in online discussions. The dataset consists of 150,000 comments from Wikipedia talk pages, categorized into six classes of toxicity, which necessitated a revised modeling approach due to high false negatives in the initial method. Ultimately, a two-level classification model using different machine learning techniques, including SVM and logistic regression, achieved an overall accuracy of 95.71% on test results.