CoolFace
Modelpublic

software-mansion/react-native-executorch-recognizer-crnn.en

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes29kdownloads
config.json114 linesDownload Raw Back to xnnpack
1{2  "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",3  "model": "crnn",4  "family": "crnn",5  "capabilities": [6    "text-recognition"7  ],8  "backend": "xnnpack",9  "license": "apache-2.0",10  "variants": [11    {12      "file": "crnn_zh_sim_xnnpack_fp32.pte",13      "precision": "fp32",14      "quantized": false,15      "default": true,16      "methods": {17        "forward_128": {18          "inputs": [19            {20              "shape": [21                1,22                1,23                64,24                12825              ],26              "dtype": "float32"27            }28          ],29          "outputs": [30            {31              "shape": [32                1,33                31,34                671935              ],36              "dtype": "float32"37            }38          ]39        },40        "forward_256": {41          "inputs": [42            {43              "shape": [44                1,45                1,46                64,47                25648              ],49              "dtype": "float32"50            }51          ],52          "outputs": [53            {54              "shape": [55                1,56                63,57                671958              ],59              "dtype": "float32"60            }61          ]62        },63        "forward_512": {64          "inputs": [65            {66              "shape": [67                1,68                1,69                64,70                51271              ],72              "dtype": "float32"73            }74          ],75          "outputs": [76            {77              "shape": [78                1,79                127,80                671981              ],82              "dtype": "float32"83            }84          ]85        },86        "forward_64": {87          "inputs": [88            {89              "shape": [90                1,91                1,92                64,93                6494              ],95              "dtype": "float32"96            }97          ],98          "outputs": [99            {100              "shape": [101                1,102                15,103                6719104              ],105              "dtype": "float32"106            }107          ]108        }109      }110    }111  ],112  "size": "zh_sim"113}114