aceOfDiamonds's picture
Stop restating quantized, and drop the unused default
739bc27
Raw
History Blame Contribute Delete
1.48 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "selfie_segmentation",
"family": "selfie",
"capabilities": [
"semantic-segmentation"
],
"backend": "coreml",
"license": "apache-2.0",
"variants": [
{
"file": "selfie_segmentation_coreml_fp16.pte",
"precision": "fp16",
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
256,
256
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
256,
256
],
"dtype": "float32"
}
]
}
}
},
{
"file": "selfie_segmentation_landscape_coreml_fp16.pte",
"precision": "fp16",
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
144,
256
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
144,
256
],
"dtype": "float32"
}
]
}
}
}
]
}