Add spec-compliant config.json files
Browse files- xnnpack/config.json +18 -0
xnnpack/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
|
| 3 |
+
"model": "privacy_filter_openai",
|
| 4 |
+
"family": "privacy_filter",
|
| 5 |
+
"capabilities": [
|
| 6 |
+
"classification"
|
| 7 |
+
],
|
| 8 |
+
"backend": "xnnpack",
|
| 9 |
+
"license": "apache-2.0",
|
| 10 |
+
"variants": [
|
| 11 |
+
{
|
| 12 |
+
"file": "privacy_filter_openai_xnnpack_8da4w.pte",
|
| 13 |
+
"precision": "8da4w",
|
| 14 |
+
"quantized": true,
|
| 15 |
+
"default": true
|
| 16 |
+
}
|
| 17 |
+
]
|
| 18 |
+
}
|