m3r1al commited on
Commit
22a18d2
·
verified ·
1 Parent(s): 042785d

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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), **fp16**, ONNX (~173 MB). fp16 I/O cast the preprocessed tensor to float16 before the run. |
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). |