nklockiewicz's picture
Update mlx/config.json
ea0d108 verified
Raw
History Blame Contribute Delete
1.01 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "privacy_filter_openai",
"family": "privacy_filter",
"capabilities": [
"classification"
],
"backend": "mlx",
"license": "apache-2.0",
"variants": [
{
"file": "privacy_filter_openai_mlx_int4.pte",
"precision": "int4",
"quantized": true,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
256
],
"dtype": "int64"
},
{
"shape": [
1,
256
],
"dtype": "int64"
}
],
"outputs": [
{
"shape": [
1,
256,
33
],
"dtype": "float32"
}
]
}
}
}
]
}