Views
No views yet
Canonical:kevinqz/Nomic-Embed-Text-v1.5-CoreAI— source of truth.
(input_ids, attention_mask) to a pooled, L2-normalized sentence
embedding (cosine-ready). Produced by coreai-fabric and indexed by
coreai-catalog.Encoder, not a chat model. This is a single-forward encoder — token ids in, one 768-d L2-normalized embedding (1×768) out. No text generation, no KV-cache. The host owns the upstream tokenizer and pad/truncate to the static sequence length; compare embeddings with a dot product (cosine).
| Field | Value |
|---|---|
| Parameters | 0.137B |
| Architecture | encoder |
| Capabilities | embedding |
| Embedding dim | 768 |
| Sequence length | 128 (static) |
| Pooling | mean, L2-normalized |
| Quantization / precision | none / float32 |
| On-disk size | 522 MB |
| Asset kind | single-graph encoder ((input_ids, attention_mask) -> unit embedding) |
| assetVersion | 2.0 |
(input_ids, attention_mask) [1,128] in → embedding 1×768 out (mean pooling, unit-norm). You supply the upstream tokenizer and pad/truncate in your host code (Swift or Python). Token ids are int32 at the graph boundary.pip install coreai-catalog && coreai-catalog install nomic-embed-text-v15minimum_os v27,
so the on-device Swift runtime requires macOS/iOS 27+. A Mac on macOS 26 can
convert and inspect it but not run it on-device.coreai-fabric verify.| Field | Value |
|---|---|
| Base model | nomic-ai/nomic-embed-text-v1.5 @ e9b6763023c676ca8431644204f50c2b100d9aab |
| Converted by | models/embedding/export.py (version not reported) |
| Recipe | nomic-embed-text-v15 (recipe_source: fabric) |
| Precision / quantization | float32 / none |
| Conversion date | 2026-07-10 |
LICENSE. This artifact is a converted derivative of the base model: its
weights were converted to Apple Core AI format. The conversion itself is
community work.nomic-embed-text-v15.aimodel pipeline that produced this asset.