SPICE

Selective Pretraining for Informed Context Extraction (SPICE)- a small but powerful retriever.

The future is a thing that is not given. It is a thing that is made." - Leto II (Dune)

SPICE retriever logo. Generated using DALL-E

Using the model

from sentence_transformers import SentenceTransformer

model = SentenceTransformer("iamgroot42/spice")
sentences = [
  "Beware of manuals. Manuals create habits.",
  "How easy it is to mistake clear reasoning from correct reasoning!",
  "Show me a completely smooth operation and I'll show you someone who's covering mistakes. Real boats rock."
]

embeddings = model.encode(sentences)
similarities = model.similarity(embeddings, embeddings)

Model training details and data will be uploaded soon!

Downloads last month
659
Safetensors
Model size
33.4M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Evaluation results