cstr/arctic-embed-xs-gguf xs GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.
Model Intelligence Sheet
cstr/arctic-embed-xs-gguf overview
GGUF format of Snowflake/snowflake-arctic-embed-xs for use with CrispEmbed and Ollama.
Downloads
338
Likes
0
Pipeline
feature-extraction
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"license": "mit",
"language": [
"en"
],
"tags": [
"embeddings",
"gguf",
"ggml",
"text-embeddings",
"bert",
"crispembed",
"ollama"
],
"pipeline_tag": "feature-extraction",
"base_model": "Snowflake/snowflake-arctic-embed-xs",
"frontmatter": {
"license": "mit",
"language": "[en]",
"tags": "[embeddings, gguf, ggml, text-embeddings, bert, crispembed, ollama]",
"pipeline_tag": "feature-extraction",
"base_model": "Snowflake/snowflake-arctic-embed-xs"
},
"hero_image_url": "",
"summary": "GGUF format of Snowflake/snowflake-arctic-embed-xs for use with CrispEmbed and Ollama.",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlicense: mit\nlanguage: [en]\ntags: [embeddings, gguf, ggml, text-embeddings, bert, crispembed, ollama]\npipeline_tag: feature-extraction\nbase_model: Snowflake/snowflake-arctic-embed-xs\n---\n\n# arctic-embed-xs GGUF\n\nGGUF format of [Snowflake/snowflake-arctic-embed-xs](https://huggingface.co/Snowflake/snowflake-arctic-embed-xs) for use with [CrispEmbed](https://github.com/CrispStrobe/CrispEmbed) and [Ollama](https://ollama.com).\n\n## Files\n\n| File | Quantization | Size |\n|------|-------------|------|\n| [arctic-embed-xs-f32.gguf](https://huggingface.co/cstr/arctic-embed-xs-GGUF/resolve/main/arctic-embed-xs-f32.gguf) | F32 | 0 MB |\n| [arctic-embed-xs-q4_k.gguf](https://huggingface.co/cstr/arctic-embed-xs-GGUF/resolve/main/arctic-embed-xs-q4_k.gguf) | Q4_K | 0 MB |\n| [arctic-embed-xs-q8_0.gguf](https://huggingface.co/cstr/arctic-embed-xs-GGUF/resolve/main/arctic-embed-xs-q8_0.gguf) | Q8_0 | 0 MB |\n| [arctic-embed-xs.gguf](https://huggingface.co/cstr/arctic-embed-xs-GGUF/resolve/main/arctic-embed-xs.gguf) | F32 | 0 MB |\n\n**Recommended:** Q8_0 for quality (cos vs HF: 0.9999), Q4_K for size (0.995).\n\n## Quick Start\n\n### CrispEmbed\n```bash\n./crispembed -m arctic-embed-xs \"Hello world\"\n./crispembed-server -m arctic-embed-xs --port 8080\n```\n\n### Ollama (with [CrispStrobe fork](https://github.com/CrispStrobe/ollama/tree/feat/xlmr-embedding))\n```bash\n# Create model\necho \"FROM arctic-embed-xs-q8_0.gguf\" > Modelfile\nollama create arctic-embed-xs -f Modelfile\n\n# Embed\ncurl http://localhost:11434/api/embed -d '{\"model\":\"arctic-embed-xs\",\"input\":[\"Hello world\"]}'\n```\n\n### Python (CrispEmbed)\n```python\nfrom crispembed import CrispEmbed\nmodel = CrispEmbed(\"arctic-embed-xs-q8_0.gguf\")\nvectors = model.encode([\"Hello world\", \"Goodbye world\"])\n```\n\n## Model Details\n\n| Property | Value |\n|----------|-------|\n| Architecture | BERT |\n| Parameters | 22M |\n| Embedding Dimension | 384 |\n| Layers | 6 |\n| Pooling | CLS |\n| Tokenizer | WordPiece |\n| Language | en |\n| Q8_0 vs HuggingFace | 0.9999 |\n| Q4_K vs HuggingFace | 0.995 |\n\n## Server API\n\nCrispEmbed server supports four API dialects:\n- `POST /embed` — native\n- `POST /v1/embeddings` — OpenAI-compatible\n- `POST /api/embed` — Ollama-compatible\n- `POST /api/embeddings` — Ollama legacy\n\n## Credits\n\n- Original model: [Snowflake/snowflake-arctic-embed-xs](https://huggingface.co/Snowflake/snowflake-arctic-embed-xs)\n- Inference: [CrispEmbed](https://github.com/CrispStrobe/CrispEmbed) (MIT, ggml-based)\n",
"related_quantizations": []
},
"tags": [
"gguf",
"embeddings",
"ggml",
"text-embeddings",
"bert",
"crispembed",
"ollama",
"feature-extraction",
"en",
"base_model:Snowflake/snowflake-arctic-embed-xs",
"base_model:quantized:Snowflake/snowflake-arctic-embed-xs",
"license:mit",
"region:us"
],
"likes": 0,
"downloads": 338,
"gated": false,
"private": false,
"last_modified": "2026-04-16T05:27:22.000Z",
"created_at": "2026-04-14T19:10:54.000Z",
"pipeline_tag": "feature-extraction",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69de913e7f53e967ae2c0428",
"id": "cstr/arctic-embed-xs-GGUF",
"modelId": "cstr/arctic-embed-xs-GGUF",
"sha": "e6f7a693ec4744b674c2e6c935b2239b8277f251",
"createdAt": "2026-04-14T19:10:54.000Z",
"lastModified": "2026-04-16T05:27:22.000Z",
"author": "cstr",
"downloads": 338,
"likes": 0,
"gated": false,
"private": false,
"pipeline_tag": "feature-extraction",
"library_name": "",
"siblings_count": 6
}