21 lines
534 B
JSON
21 lines
534 B
JSON
{
|
|
"source": "wagesj45/multilabel-toxic-comment-classifier",
|
|
"revision": "d90fd72e603240957e36d6afc8829d6988decff6",
|
|
"architecture": "ModernBertForSequenceClassification",
|
|
"labels": {
|
|
"names": {
|
|
"toxicity": 0,
|
|
"severe_toxicity": 1,
|
|
"obscene": 2,
|
|
"threat": 3,
|
|
"insult": 4,
|
|
"identity_attack": 5,
|
|
"sexual_explicit": 6
|
|
}
|
|
},
|
|
"scoring": "multi-label-sigmoid",
|
|
"maxLength": 512,
|
|
"quantization": "int8-dynamic",
|
|
"runtime": "onnxruntime-web-wasm",
|
|
"license": "Apache-2.0"
|
|
}
|