{ | |
"_name_or_path": "Jairnetojp/content-moderation", | |
"activation": "gelu", | |
"architectures": [ | |
"DistilBertForSequenceClassification" | |
], | |
"attention_dropout": 0.1, | |
"dim": 768, | |
"dropout": 0.1, | |
"hidden_dim": 3072, | |
"id2label": { | |
"0": "Doxxing", | |
"1": "Profanity", | |
"2": "Grooming", | |
"3": "CSAMDiscussion", | |
"4": "Toxic", | |
"5": "Bullying", | |
"6": "Sexual", | |
"7": "Hate", | |
"8": "SelfHarm", | |
"9": "Radical", | |
"10": "Threat", | |
"11": "Insult", | |
"12": "VulgarName", | |
"13": "PII", | |
"14": "Blocked" | |
}, | |
"initializer_range": 0.02, | |
"label2id": { | |
"Blocked": 14, | |
"Bullying": 5, | |
"CSAMDiscussion": 3, | |
"Doxxing": 0, | |
"Grooming": 2, | |
"Hate": 7, | |
"Insult": 11, | |
"PII": 13, | |
"Profanity": 1, | |
"Radical": 9, | |
"SelfHarm": 8, | |
"Sexual": 6, | |
"Threat": 10, | |
"Toxic": 4, | |
"VulgarName": 12 | |
}, | |
"max_position_embeddings": 512, | |
"model_type": "distilbert", | |
"n_heads": 12, | |
"n_layers": 6, | |
"output_past": true, | |
"pad_token_id": 0, | |
"problem_type": "multi_label_classification", | |
"qa_dropout": 0.1, | |
"seq_classif_dropout": 0.2, | |
"sinusoidal_pos_embds": false, | |
"tie_weights_": true, | |
"torch_dtype": "float32", | |
"transformers_version": "4.38.2", | |
"vocab_size": 119547 | |
} | |