my_harm_classifier / config.json
nipandya's picture
Upload model
370da79 verified
{
"architectures": [
"HarmClassifierModel"
],
"dropout": 0.3,
"dtype": "float32",
"encoder_name": "answerdotai/ModernBERT-large",
"hidden_dim": 512,
"id2label": {
"0": "LABEL_0"
},
"label2id": {
"LABEL_0": 0
},
"model_type": "harm_classifier",
"pooling": "mean",
"threshold": 0.3,
"transformers_version": "4.57.6",
"unfreeze_top_n": 3
}