CoolFace
Modelpublic

software-mansion/react-native-executorch-clip-vit-base-patch32

sourceHugging Facemitupdated 12d agoView on Hugging Face
0likes8.9kdownloads
config.json78 linesDownload Raw Back to vulkan
1{2  "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",3  "model": "clip_vit_base_patch32",4  "family": "clip",5  "capabilities": [6    "text-embedding",7    "image-embedding"8  ],9  "backend": "vulkan",10  "license": "mit",11  "tokenizer": "../tokenizer.json",12  "variants": [13    {14      "file": null,15      "components": {16        "image": "clip_vit_base_patch32_image_vulkan_fp16.pte",17        "text": "clip_vit_base_patch32_text_vulkan_fp16.pte"18      },19      "precision": "fp16",20      "methods": {21        "image": {22          "forward": {23            "inputs": [24              {25                "shape": [26                  1,27                  3,28                  224,29                  22430                ],31                "dtype": "float32"32              }33            ],34            "outputs": [35              {36                "shape": [37                  1,38                  51239                ],40                "dtype": "float32"41              }42            ]43          }44        },45        "text": {46          "forward": {47            "inputs": [48              {49                "shape": [50                  1,51                  7452                ],53                "dtype": "int64"54              },55              {56                "shape": [57                  1,58                  7459                ],60                "dtype": "int64"61              }62            ],63            "outputs": [64              {65                "shape": [66                  1,67                  51268                ],69                "dtype": "float32"70              }71            ]72          }73        }74      }75    }76  ]77}78