mlboydaisuke commited on
Commit
886422f
·
verified ·
1 Parent(s): 0411012

Link the card back to its collection and the request box

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -63,3 +63,13 @@ torch.export -> to_edge_transform_and_lower(partitioner) -> .pte
63
  This repo holds **both towers**: `clip_vit_b32_image_xnnpack_fp32.pte` (image) and
64
  `clip_vit_b32_text_xnnpack_fp32.pte` (text, fixed len 77 + attention mask).
65
  L2-normalize both embeddings, then cosine-match.
 
 
 
 
 
 
 
 
 
 
 
63
  This repo holds **both towers**: `clip_vit_b32_image_xnnpack_fp32.pte` (image) and
64
  `clip_vit_b32_text_xnnpack_fp32.pte` (text, fixed len 77 + attention mask).
65
  L2-normalize both embeddings, then cosine-match.
66
+
67
+ <!-- funnel:v1 -->
68
+
69
+ ---
70
+
71
+ **More models in this format:** [ExecuTorch Model Zoo](https://huggingface.co/collections/mlboydaisuke/executorch-model-zoo-6a7ff328390b63075ffeae5e) — 31 models, each with the recipe that produced it.
72
+
73
+ **Want a different model on-device?** [Open a request](https://github.com/john-rocky/on-device-requests) — free, open weights only; the export and its measured numbers get published publicly.
74
+
75
+ <!-- /funnel:v1 -->