Model reference · open weights

Giga-Embeddings

Giga-Embeddings is an open-weight embedding model from ai-sage, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Embeddings ai-sage 1 variants 597k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What Giga-Embeddings is

Giga-Embeddings-instruct - Base Decoder-only LLM: GigaChat-3b - Pooling Type: Latent-Attention - Embedding Dimension: 2048 Для получения более подробной информации о технических деталях, пожалуйста, обратитесь к нашей статье. Использование Ниже приведен пример кодирования запросов и текстов. Requirements Transformers Sentence Transformers LangChain Инструктивность Использование инструкций для улучшения качества эмбеддингов Для достижения более точных результатов при работе с эмбеддингами, особенно в задачах поиска и извлечения информации (retrieval), рекомендуется добавлять инструкцию на естественном языке перед текстовым запросом (query). Это помогает модели лучше понять контекст и цель запроса, что положительно сказывается на качестве результатов. Важно отметить, что инструкцию нужно добавлять только перед запросом, а не перед документом. Для симметричных задач, таких как классификация (classification) или семантическое сравнение текстов (semantic text similarity), инструкцию необходимо добавлять перед каждым запросом. Это связано с тем, что такие задачи требуют одинакового контекста для всех входных данных, чтобы модель могла корректно сравнивать или классифицировать их. Примеры инструкций для симметричных задач: - "Retrieve semantically similar text" - "Given a text, retrieve semantically similar text" - "Дано предложение, необходимо найти его парафраз" - "Классифицируй отзыв на товар как положительный, отрицательный или нейтральный" - "Классифицируй чувствительную тему по запросу" Для retrieval-задач (например, поиск ответа в тексте) можно использовать инструкцию: 'Дан вопрос, необходимо найти абзац текста с ответом'. Такой подход особенно эффективен для задач поиска и извлечения информации, таких как поиск релевантных документов или извлечение ответов из текста. Примеры инструкций для retrieval-задач: - 'Дан вопрос, необходимо найти абзац текста с ответом' - 'Given the question, find a paragraph with the answer' Инструкции необходимо оборачивать в шаблон: f'Instruct: {taskdescription}\nQuery: {query}'. Использование инструкций позволяет значительно улучшить качество поиска и релевантность результатов, что подтверждается тестами на бенчмарках, таких как RuB

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerai-sage
TypeEmbedding models
Parameters (lead)3.4B
Variants1
Runs withsentence-transformers
Released2024-12-11
Popularity597k downloads / month
Likes119
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
Giga-Embeddings-instruct3.4BBF16~7.9 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys giga-embeddings for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (giga-embeddings below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"giga-embeddings","input":"text to embed"}'

Details

Languages, data & research

Languages

ru en

Tags

sentence-transformers safetensors gigarembed feature-extraction MTEB transformers custom_code ru en endpoints_compatible

Licence

Open weights

Open weights under mit — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want Giga-Embeddings on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms