lionguard-2 / config.json
leannetanyt's picture
feat: upload model weights
cc0fd7b verified
raw
history blame
890 Bytes
{
"architectures": [
"LionGuard2Model"
],
"categories": {
"all_other_misconduct": [
"all_other_misconduct_l1",
"all_other_misconduct_l2"
],
"binary": [
"binary"
],
"hateful": [
"hateful_l1",
"hateful_l2"
],
"insults": [
"insults"
],
"physical_violence": [
"physical_violence"
],
"self_harm": [
"self_harm_l1",
"self_harm_l2"
],
"sexual": [
"sexual_l1",
"sexual_l2"
]
},
"category_order": [
"binary",
"hateful",
"insults",
"sexual",
"physical_violence",
"self_harm",
"all_other_misconduct"
],
"input_dim": 3072,
"model_type": "lionguard2",
"torch_dtype": "float32",
"transformers_version": "4.50.3",
"auto_map": {
"AutoConfig": "lionguard2.LionGuard2Config",
"AutoModel": "lionguard2.LionGuard2Model"
}
}