Add initial VibeGuard browser extension
This commit is contained in:
parent
f251f0f8ce
commit
9c65a61ebb
43 changed files with 125275 additions and 2 deletions
17
public/models/toxicity/model-manifest.json
Normal file
17
public/models/toxicity/model-manifest.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"source": "wagesj45/toxic-comment-classifier",
|
||||
"revision": "a7d2df2ead42f0bce00b330939574a02266772f5",
|
||||
"architecture": "DistilBertForSequenceClassification",
|
||||
"labels": {
|
||||
"toxic": 1,
|
||||
"nonToxic": 0,
|
||||
"names": {
|
||||
"not_toxic": 0,
|
||||
"toxic": 1
|
||||
}
|
||||
},
|
||||
"maxLength": 512,
|
||||
"quantization": "int8-dynamic",
|
||||
"runtime": "onnxruntime-web-wasm",
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
Loading…
Reference in a new issue