BGE-small-en-v1.5 (ANEForge)

An unmodified duplicate of BAAI/bge-small-en-v1.5, tagged for use with ANEForge so the weights load and run directly on the Apple Neural Engine (no CoreML). Weights are byte-identical to the source; see the original repo for the model details. Licensed mit from the source.

Use with ANEForge

# pip install "aneforge[models]"
from aneforge.sentence_transformers import SentenceTransformer

model = SentenceTransformer("aneforge/bge-small-en-v1.5")
emb = model.encode(["Hello from the Neural Engine"], normalize_embeddings=True)

ANEForge compiles the model's graph into a single ANE program and streams the weights from this repo via huggingface_hub. See the docs and the paper.

Downloads last month
26
Safetensors
Model size
33.4M params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aneforge/bge-small-en-v1.5

Finetuned
(386)
this model

Paper for aneforge/bge-small-en-v1.5