Add README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ identification). This repo hosts a swappable model package consumed via a
|
|
| 21 |
|
| 22 |
| File | What |
|
| 23 |
|---|---|
|
| 24 |
-
| `image_encoder.onnx` | BioCLIP v1 **image encoder only** (OpenCLIP ViT-B/16), **
|
| 25 |
| `text_embeddings_v1.safetensors` | Precomputed, L2-normalised text embeddings for the candidate species (fp16, 512-dim). |
|
| 26 |
| `species_index.json` | `species_id → row` mapping into the table. |
|
| 27 |
| `manifest.json` | Model manifest (architecture, preprocessing, files + sha256). |
|
|
|
|
| 21 |
|
| 22 |
| File | What |
|
| 23 |
|---|---|
|
| 24 |
+
| `image_encoder.onnx` | BioCLIP v1 **image encoder only** (OpenCLIP ViT-B/16), fp16 weights with **fp32 input/output** (~173 MB). Feed a plain float32 `[1,3,224,224]` tensor; boundary Cast nodes handle fp16 internally. |
|
| 25 |
| `text_embeddings_v1.safetensors` | Precomputed, L2-normalised text embeddings for the candidate species (fp16, 512-dim). |
|
| 26 |
| `species_index.json` | `species_id → row` mapping into the table. |
|
| 27 |
| `manifest.json` | Model manifest (architecture, preprocessing, files + sha256). |
|