HarmFormer / config.json
themendu's picture
Upload HarmFormer
cac9916 verified
raw
history blame contribute delete
216 Bytes
{
"model_name": "allenai/longformer-base-4096",
"num_classes": 5,
"num_risk_levels": 3,
"max_length": 1024,
"class_map_dict": {
"0": "H",
"1": "IH",
"2": "SE",
"3": "IL",
"4": "SI"
}
}