aceOfDiamonds's picture
Stop restating quantized, and drop the unused default
82ab60f
Raw
History Blame Contribute Delete
1.36 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "pp_ocrv6",
"family": "paddleocr",
"capabilities": [
"text-detection",
"text-recognition"
],
"backend": "vulkan",
"license": "apache-2.0",
"variants": [
{
"file": "pp_ocrv6_vulkan_fp16.pte",
"precision": "fp16",
"size_bytes": 26176856,
"methods": {
"detect": {
"inputs": [
{
"shape": [
1,
3,
-1,
-1
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
-1,
-1
],
"dtype": "float32"
}
]
},
"recognize": {
"inputs": [
{
"shape": [
1,
3,
48,
-1
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
-1,
18710
],
"dtype": "float32"
}
]
}
}
}
]
}