Publish fashion-products bundle (Hyper3Labs/hyper3labs.github.io@25c2af8) from Hyper3Labs/hyperview-spaces@e95a262 (part 2)
Browse files
bundle/extensions/fashion-search-readout/panel.jsx
CHANGED
|
@@ -104,7 +104,7 @@ export default function FashionSearchPanel() {
|
|
| 104 |
</button>
|
| 105 |
|
| 106 |
<section className="fs-models" aria-label="First matching product rank">
|
| 107 |
-
<ModelCard name="Hyper3-CLIP" checkpoint={models.hyper3 || "
|
| 108 |
<ModelCard name="OpenAI CLIP" checkpoint={models.clip || "ViT-B/32"} color="#f59e0b" rank={active.target.clipRank} readout={active.modelReadout.clip} />
|
| 109 |
</section>
|
| 110 |
|
|
|
|
| 104 |
</button>
|
| 105 |
|
| 106 |
<section className="fs-models" aria-label="First matching product rank">
|
| 107 |
+
<ModelCard name="Hyper3-CLIP" checkpoint={models.hyper3 || "v1"} color="#60a5fa" rank={active.target.hyper3Rank} readout={active.modelReadout.hyper3} />
|
| 108 |
<ModelCard name="OpenAI CLIP" checkpoint={models.clip || "ViT-B/32"} color="#f59e0b" rank={active.target.clipRank} readout={active.modelReadout.clip} />
|
| 109 |
</section>
|
| 110 |
|
bundle/hyperview-static.json
CHANGED
|
@@ -191,7 +191,7 @@
|
|
| 191 |
"dim": 513,
|
| 192 |
"geometry": "hyperboloid",
|
| 193 |
"modality": "image",
|
| 194 |
-
"model_id": "hyper3-clip-
|
| 195 |
"params": {
|
| 196 |
"curvature": 0.10000000085302468
|
| 197 |
},
|
|
@@ -206,7 +206,7 @@
|
|
| 206 |
"geometry": "hyperboloid",
|
| 207 |
"index_id": "space:hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
| 208 |
"modality": "image",
|
| 209 |
-
"model_id": "hyper3-clip-
|
| 210 |
"provider": "hyper-models",
|
| 211 |
"representation_id": "representation:hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
| 212 |
"space_key": "hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
|
@@ -236,7 +236,7 @@
|
|
| 236 |
"dim": 513,
|
| 237 |
"geometry": "hyperboloid",
|
| 238 |
"modality": "multimodal",
|
| 239 |
-
"model_id": "hyper3-clip-
|
| 240 |
"params": {
|
| 241 |
"curvature": 0.10000000091064717
|
| 242 |
},
|
|
@@ -251,7 +251,7 @@
|
|
| 251 |
"geometry": "hyperboloid",
|
| 252 |
"index_id": "space:hyper-models__hyper3-clip-v0_5__42052c955756",
|
| 253 |
"modality": "multimodal",
|
| 254 |
-
"model_id": "hyper3-clip-
|
| 255 |
"provider": "hyper-models",
|
| 256 |
"representation_id": "representation:hyper-models__hyper3-clip-v0_5__42052c955756",
|
| 257 |
"space_key": "hyper-models__hyper3-clip-v0_5__42052c955756",
|
|
|
|
| 191 |
"dim": 513,
|
| 192 |
"geometry": "hyperboloid",
|
| 193 |
"modality": "image",
|
| 194 |
+
"model_id": "hyper3-clip-v1",
|
| 195 |
"params": {
|
| 196 |
"curvature": 0.10000000085302468
|
| 197 |
},
|
|
|
|
| 206 |
"geometry": "hyperboloid",
|
| 207 |
"index_id": "space:hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
| 208 |
"modality": "image",
|
| 209 |
+
"model_id": "hyper3-clip-v1",
|
| 210 |
"provider": "hyper-models",
|
| 211 |
"representation_id": "representation:hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
| 212 |
"space_key": "hyper-models__hyper3-clip-v0_5__33d32a431c15",
|
|
|
|
| 236 |
"dim": 513,
|
| 237 |
"geometry": "hyperboloid",
|
| 238 |
"modality": "multimodal",
|
| 239 |
+
"model_id": "hyper3-clip-v1",
|
| 240 |
"params": {
|
| 241 |
"curvature": 0.10000000091064717
|
| 242 |
},
|
|
|
|
| 251 |
"geometry": "hyperboloid",
|
| 252 |
"index_id": "space:hyper-models__hyper3-clip-v0_5__42052c955756",
|
| 253 |
"modality": "multimodal",
|
| 254 |
+
"model_id": "hyper3-clip-v1",
|
| 255 |
"provider": "hyper-models",
|
| 256 |
"representation_id": "representation:hyper-models__hyper3-clip-v0_5__42052c955756",
|
| 257 |
"space_key": "hyper-models__hyper3-clip-v0_5__42052c955756",
|