File size: 315 Bytes
9e37447 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
language: en
license: mit
datasets:
- jigsaw-toxic-comment-classification-challenge
- kaggle/jigsaw-toxic-comment-classification-challenge
tags:
- text-classification
---
# Toxicity Detection Model
num_train_epochs=1
optim="adamw_torch_fused",
lr_scheduler_type="cosine",
metric_for_best_model="f1",
|