Model reference · open weights

rubert-tiny-sts

Available as managed deployment Embeddings sergeyzh · community Embeddings 1 variants 1k dl/mo

rubert-tiny-sts is an open-weight embedding model from sergeyzh. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bysergeyzh
TypeEmbedding models
TaskEmbeddings
Parameters (lead)29M
Context2k tokens
Runs withsentence-transformers
Based onsergeyzh/rubert-tiny-turbo
Released2026-04-14
Popularity1k downloads / month
LicenceOpen weights

About

What rubert-tiny-sts is

Быстрая модель BERT для задач симметричного перефразирования (STS, поиск парафраз, дедупликация) и логического вывода (NLI). Получена дистилляцией эмбеддингов русских и английских текстов Qwen/Qwen3-Embedding-4B в rubert-tiny-turbo.

Модель может использоваться в качестве базовой для дообучения под пользовательские задачи классификации и кластеризации.

Основные характеристики модели:

  • размер ембеддинга - 312,
  • длина контекста - 512,
  • слоёв - 3,
  • префиксы - не требуются.
Read the full model card

Использование

from sentence_transformers import SentenceTransformer

model = SentenceTransformer('sergeyzh/rubert-tiny-sts-v2')

sentences = ["привет мир", "hello world", "здравствуй вселенная"]
embeddings = model.encode(sentences)
print(model.similarity(embeddings, embeddings))

Метрики

Оценки модели на задачах для русского языка:

Model NameRuSTS Benchmark STSRU ParaPhraser STSSTS22,v2TERRa ClassificationAverage
Qwen3-Embedding-4B0,8880,7660,7010,6660,755
multilingual-e5-large-instruct0,8400,7540,7060,6390,735
Qwen3-Embedding-0.6B0,8420,7210,6620,6070,708
rubert-tiny-sts-v20,8300,7360,6460,6160,707
bge-m30,7970,7490,6630,6070,704
rubert-tiny-turbo0,7870,7210,6460,5630,679
multilingual-e5-base0,7960,7020,6070,5500,664

Оценки модели на задачах для английского языка:

Model NameSTS12STS13STS14STS15STS17STS22,v2STS BenchmarkAverage
Qwen3-Embedding-4B0,8660,9440,9090,9380,9180,7300,9370,892
Qwen3-Embedding-0.6B0,8300,9180,8710,9140,8550,7180,9110,860
multilingual-e5-large-instruct0,8250,8810,8480,9100,8600,6900,8840,842
bge-m30,7870,7960,7900,8780,7960,7000,8490,800
multilingual-e5-base0,7670,7800,7660,8820,7830,6460,8560,783
rubert-tiny-sts-v20,7610,8360,8040,8560,8210,5470,8330,780
rubert-tiny-turbo0,6620,6030,6610,7740,2720,3340,6900,571

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys rubert-tiny-sts for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (rubert-tiny-sts 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":"rubert-tiny-sts","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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