cstr/gte-small-gguf small 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/gte-small-gguf overview
GGUF format of thenlper/gte-small for use with CrispEmbed and Ollama.
Downloads
348
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": "thenlper/gte-small",
"frontmatter": {
"license": "mit",
"language": "[en]",
"tags": "[embeddings, gguf, ggml, text-embeddings, bert, crispembed, ollama]",
"pipeline_tag": "feature-extraction",
"base_model": "thenlper/gte-small"
},
"hero_image_url": "",
"summary": "GGUF format of thenlper/gte-small 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: thenlper/gte-small\n---\n\n# gte-small GGUF\n\nGGUF format of [thenlper/gte-small](https://huggingface.co/thenlper/gte-small) for use with [CrispEmbed](https://github.com/CrispStrobe/CrispEmbed) and [Ollama](https://ollama.com).\n\n## Files\n\n| File | Quantization | Size |\n|------|-------------|------|\n| [gte-small-f32.gguf](https://huggingface.co/cstr/gte-small-GGUF/resolve/main/gte-small-f32.gguf) | F32 | 0 MB |\n| [gte-small-q4_k.gguf](https://huggingface.co/cstr/gte-small-GGUF/resolve/main/gte-small-q4_k.gguf) | Q4_K | 0 MB |\n| [gte-small-q8_0.gguf](https://huggingface.co/cstr/gte-small-GGUF/resolve/main/gte-small-q8_0.gguf) | Q8_0 | 0 MB |\n| [gte-small.gguf](https://huggingface.co/cstr/gte-small-GGUF/resolve/main/gte-small.gguf) | F32 | 0 MB |\n\n**Recommended:** Q8_0 for quality (cos vs HF: 0.9999), Q4_K for size (0.991).\n\n## Quick Start\n\n### CrispEmbed\n```bash\n./crispembed -m gte-small \"Hello world\"\n./crispembed-server -m gte-small --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 gte-small-q8_0.gguf\" > Modelfile\nollama create gte-small -f Modelfile\n\n# Embed\ncurl http://localhost:11434/api/embed -d '{\"model\":\"gte-small\",\"input\":[\"Hello world\"]}'\n```\n\n### Python (CrispEmbed)\n```python\nfrom crispembed import CrispEmbed\nmodel = CrispEmbed(\"gte-small-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 | 33M |\n| Embedding Dimension | 384 |\n| Layers | 12 |\n| Pooling | mean |\n| Tokenizer | WordPiece |\n| Language | en |\n| Q8_0 vs HuggingFace | 0.9999 |\n| Q4_K vs HuggingFace | 0.991 |\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: [thenlper/gte-small](https://huggingface.co/thenlper/gte-small)\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:thenlper/gte-small",
"base_model:quantized:thenlper/gte-small",
"license:mit",
"region:us"
],
"likes": 0,
"downloads": 348,
"gated": false,
"private": false,
"last_modified": "2026-04-16T05:27:20.000Z",
"created_at": "2026-04-14T19:09:49.000Z",
"pipeline_tag": "feature-extraction",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69de90fdc9b6552799ec5012",
"id": "cstr/gte-small-GGUF",
"modelId": "cstr/gte-small-GGUF",
"sha": "190756222d86030c22ab2e5af144485bcab94d76",
"createdAt": "2026-04-14T19:09:49.000Z",
"lastModified": "2026-04-16T05:27:20.000Z",
"author": "cstr",
"downloads": 348,
"likes": 0,
"gated": false,
"private": false,
"pipeline_tag": "feature-extraction",
"library_name": "",
"siblings_count": 6
}