Add initial VibeGuard browser extension

This commit is contained in:
Jordan Wages 2026-08-24 15:27:46 -05:00
commit 9c65a61ebb
43 changed files with 125275 additions and 2 deletions

View 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"
}