arctic-embed-xs GGUF

GGUF format of Snowflake/snowflake-arctic-embed-xs for use with CrispEmbed and Ollama.

Files

File Quantization Size
arctic-embed-xs-f32.gguf F32 0 MB
arctic-embed-xs-q4_k.gguf Q4_K 0 MB
arctic-embed-xs-q8_0.gguf Q8_0 0 MB
arctic-embed-xs.gguf F32 0 MB

Recommended: Q8_0 for quality (cos vs HF: 0.9999), Q4_K for size (0.995).

Quick Start

CrispEmbed

./crispembed -m arctic-embed-xs "Hello world"
./crispembed-server -m arctic-embed-xs --port 8080

Ollama (with CrispStrobe fork)

# Create model
echo "FROM arctic-embed-xs-q8_0.gguf" > Modelfile
ollama create arctic-embed-xs -f Modelfile

# Embed
curl http://localhost:11434/api/embed -d '{"model":"arctic-embed-xs","input":["Hello world"]}'

Python (CrispEmbed)

from crispembed import CrispEmbed
model = CrispEmbed("arctic-embed-xs-q8_0.gguf")
vectors = model.encode(["Hello world", "Goodbye world"])

Model Details

Property Value
Architecture BERT
Parameters 22M
Embedding Dimension 384
Layers 6
Pooling CLS
Tokenizer WordPiece
Language en
Q8_0 vs HuggingFace 0.9999
Q4_K vs HuggingFace 0.995

Server API

CrispEmbed server supports four API dialects:

  • POST /embed โ€” native
  • POST /v1/embeddings โ€” OpenAI-compatible
  • POST /api/embed โ€” Ollama-compatible
  • POST /api/embeddings โ€” Ollama legacy

Credits

Downloads last month
338
GGUF
Model size
22.7M params
Architecture
bert
Hardware compatibility
Log In to add your hardware

8-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for cstr/arctic-embed-xs-GGUF

Quantized
(4)
this model