Hate_bert_lambda1 / config.json
anonymous-CAP's picture
Upload 3 files
02b733e verified
Raw
History Blame Contribute Delete
337 Bytes
{
"architectures": [
"CAPModel"
],
"base_model_name": "GroNLP/hateBERT",
"dropout": 0.1,
"dtype": "float32",
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"model_type": "cap",
"transformers_version": "5.14.1"
}