SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

IlhaEmbed

by WeeMed AI weemed/IlhaEmbed

IlhaEmbed is an open-weight model for sentence similarity from WeeMed AI, released under Apache License 2.0. It has 39M parameters and a 32,768-token context. At 16-bit it needs about 0.1 GB of GPU memory, which fits on 1x MI300X from $1.85 an hour, at the lowest prices in the SAVRN Index. It draws 178 downloads a month.

Release Summary (2026-09-20): IlhaEmbed is an open-source clinical semantic embedding family specifically designed for Taiwanese traditional Chinese clinical notes, abbreviations, nursing records, and intake categorization.

Parameters39M
Context32,768
Weights485.9 MB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads178

Runs On

What it takes to serve IlhaEmbed (39M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.0 GB 0.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.0 GB 0.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 20, 2026.

IlhaEmbed on every accelerator the SAVRN Index prices, at every precision

Model Card

By WeeMed AI, published under apache-2.0, revision 05d0db61a8ee.

Release Summary (2026-09-20): IlhaEmbed is an open-source clinical semantic embedding family specifically designed for Taiwanese traditional Chinese clinical notes, abbreviations, nursing records, and intake categorization. To satisfy diverse deployment profiles—from cloud intake servers to low-power edge kiosks—IlhaEmbed is officially distributed in two distinct architectural variants: 1. IlhaEmbed-311M (Flagship): High-capacity ModernBERT base architecture (311M parameters, 768-dim embeddings). Grounded in 16-category FHIR resource intent anchors, achieving 100.0% (44/44) strict zero-shot prototype routing and 98.15% (106/108) clinical shorthand Top-1 retrieval. Ideal for cloud intake…

Read WeeMed AI's full model card

IlhaEmbed v3 Dual Release: Flagship (311M) & Ultra-Lightweight Edge (97M)

English | 繁體中文說明

Release Summary (2026-09-20): IlhaEmbed is an open-source clinical semantic embedding family specifically designed for Taiwanese traditional Chinese clinical notes, abbreviations, nursing records, and intake categorization. To satisfy diverse deployment profiles—from cloud intake servers to low-power edge kiosks—IlhaEmbed is officially distributed in two distinct architectural variants:

  1. IlhaEmbed-311M (Flagship): High-capacity ModernBERT base architecture (311M parameters, 768-dim embeddings). Grounded in 16-category FHIR resource intent anchors, achieving 100.0% (44/44) strict zero-shot prototype routing and 98.15% (106/108) clinical shorthand Top-1 retrieval. Ideal for cloud intake APIs, EMR/EHR servers, and high-precision candidate re-ranking.
  2. IlhaEmbed-97M (Ultra-Lightweight Edge): Compact Granite ModernBERT architecture (97M parameters, 384-dim embeddings). Quantized to a 36.88 MB INT8 ONNX footprint (strictly adhering to the <40MB embedded hardware budget) with ultra-low single-text latency of ~3.2ms on standard CPU. Achieves 100.0% (44/44) zero-shot FHIR prototype routing and 100% administrative rejection without clinical precision degradation. Ideal for community health stations (e.g. The Mirror kiosk), browser WebAssembly (ONNX Runtime Web), and offline edge gateways.

Technical Specifications & Benchmark Comparison

Metric / Specification IlhaEmbed-311M (Flagship) IlhaEmbed-97M (Ultra-Lightweight Edge) Baseline / Release Gate
Base Architecture ModernBERT Base Granite ModernBERT Lightweight -
Parameters 311 Million 97 Million -
Vector Dimension 768-dim 384-dim -
Pooling Architecture Mean Pooling Multi-Head Attention Pooling (4-head) -
INT8 ONNX Footprint ~85.4 MB 37.28 MB (compact) / 133 MB (dynamic) ≤ 40 MB (for Edge)
CPU Latency (Batch-96 CPU) 12.5 ms 3.97 ms / text (254 texts/s) ≤ 15 ms single
16-Category FHIR Zero-Shot Routing 100.0% (44/44) 100.0% (44/44) ≥ 95.0%
RxNorm Prescription Top-1 - 85.99% (Baseline: 58.89%, Δ +27.09%) ≥ 70.0%
RxNorm Prescription Top-5 - 94.97% (Baseline: 74.18%, Δ +20.79%) ≥ 85.0%
RxNorm MRR - 0.8996 (Baseline: 0.6585) ≥ 0.7500
DrugBank Terminology Top-1 - 63.47% (Baseline: 52.10%, Δ +11.38%) ≥ 55.0%
DrugBank Terminology Top-5 - 69.70% (Baseline: 61.44%, Δ +8.26%) ≥ 65.0%
Clinical Shorthand Top-1 98.15% (106/108) 92.56% (112/121) (Prior: 77.8%) ≥ 90.0%
Clinical Shorthand Top-5 100.0% (108/108) 97.52% (118/121) ≥ 95.0%
Colloquial / Slang Retrieval 95.2% (59/62) 95.16% (59/62) ≥ 85.0%
Bilingual Appositions 93.8% (348/371) 85.98% (319/371) ≥ 80.0%
Taigi Medical Semantics 96.5% (136/141) 93.62% (132/141) ≥ 90.0%
Dynamic INT8 Cosine Parity - 0.9955 mean (min 0.9897) ≥ 0.9800

Safety & Regulatory Boundary (SaMD Exemption)

  • Intended Use: Assistive terminology alignment, semantic routing, and candidate recommendation (Suggest-with-Review).
  • Non-SaMD Posture: Under Taiwan TFDA / international SaMD regulatory guidance, IlhaEmbed does not diagnose, treat, or autonomously formulate clinical care decisions. All candidate suggestions and FHIR mappings must undergo clinician or qualified operator verification prior to clinical record persistence.
  • Fail-Closed Design: When cosine confidence falls below the calibrated admission threshold (0.35) or margin is insufficient, fragments are safely held in residue for manual review rather than hallucinated into false clinical facts.

Usage

1. Flagship (311M) — Python / Sentence-Transformers

from sentence_transformers import SentenceTransformer

model = SentenceTransformer("weemed/IlhaEmbed-311M")
embeddings = model.encode(
    ["服藥中", "114年成健", "皮蛇", "定期心內門診-戒菸"],
    normalize_embeddings=True,
)
print(embeddings.shape)  # (4, 768)

2. Edge (97M) — INT8 ONNX CPU Execution

import numpy as np
import onnxruntime as ort
from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("weemed/IlhaEmbed-97M")
session = ort.InferenceSession(
    "model_int8.onnx", providers=["CPUExecutionProvider"]
)

inputs = tokenizer(
    ["皮蛇", "帶狀皰疹"],
    max_length=32,
    padding="max_length",
    truncation=True,
    return_tensors="np",
)
feed = {
    "input_ids": inputs["input_ids"].astype(np.int64),
    "attention_mask": inputs["attention_mask"].astype(np.int64),
}
# The model has built-in MultiHeadAttentionPooling: outputs sentence_embedding directly
outputs = session.run(["sentence_embedding"], feed)[0]
normed = outputs / np.linalg.norm(outputs, axis=1, keepdims=True)
print(normed.shape)  # (2, 384)

Data Governance & Open-Source Principles

  1. Zero Protected Health Information (PHI): No patient records, electronic medical records (EMR), or private institutional data are included in training datasets or model checkpoints.
  2. Open-Access Licensing Compliance: Mined signals are derived exclusively from open government data (MODA, NAER 13 Academic Medical Terminology sets), public-domain exam databases (MOEX licensing exams under Taiwan Copyright Act §9.1.5), and licensed terminology descriptions.
  3. No Proprietary Corpora Redistribution: Copyrighted clinical articles and raw hospital document dumps are not redistributed (see SOURCES.md).
  4. License: Code and published weights are licensed under Apache-2.0.

IlhaEmbed (v3.0) 繁體中文完整說明

English | 繁體中文

IlhaEmbed 是專為台灣臨床病歷、護理紀錄、社區健檢表與衛教紀錄打造的高精度開源醫療語意嵌入向量模型系列。其將在地臨床行話、拉丁縮寫、中英夾雜速記以及繁體中文醫學術語投影至統一的語意空間,支援高精度的醫療數據攝取分流(Intake Routing)與術語檢索推薦。

名稱源自 Ilha Formosa(美麗島),專門讀懂這座島嶼的臨床語言。


臨床痛點與核心升級亮點

台灣各級醫療院所的電子病歷、護理交班、社區健檢表上充滿高度在地化的行話與臨床縮寫: - L-CT:代表低劑量胸部電腦斷層(肺癌早期篩檢)。 - MIF:健檢報告中代表傷寒篩檢之糞便檢體未交。 - 皮蛇:在地俚語俗稱,代表帶狀皰疹。 - 成健:代表成人預防保健服務。 - 檳榔:與菸酒並列之台灣本土重要社會史致癌危險因子。 - 定期心內門診-戒菸:跨專科複合追蹤與衛教紀錄。 - 斷腦筋:台語口語醫學語意,代表中風(腦中風)。

通用大語言模型與一般中文語意嵌入模型對此類高度專業且具地域性的縮寫與行話識別率極低。IlhaEmbed v3 正式推出雙版本發布體系,滿足從雲端伺服器到邊緣低功耗設備之多樣化部署需求:

  1. IlhaEmbed-311M(高容量旗艦版): - 採用 ModernBERT Base (311M 參數),輸出 768 維度高品質向量。 - 全面鎖定 16 類 FHIR 資源語意原型(Condition, MedicationStatement, Encounter, Observation 等),在 16 類嚴格原型分流基準測試達到 100.0% (44/44) 零樣本準確率。 - 臨床速記與簡稱 Top-1 檢索率達 98.15% (106/108),Top-5 達 100.0%。 - 適合部署於院區資料中心、伺服器端 Intake-Spine 數據前處理與高精度推薦重排。

  2. IlhaEmbed-97M(超輕量邊緣版): - 採用 Granite ModernBERT Lightweight (97M 參數),輸出 384 維度精簡向量。 - 經過 25.5k 繁體中文醫學專用詞表剪枝與標準算子 INT8 動態量化,模型檔案大小僅 36.88 MB,嚴格符合社區健康站與手持裝置 <40 MB 的邊緣硬體預算門禁。 - 在 16 類 FHIR 資源原型分流準確率同樣達到 100.0% (44/44),行政管理字串防禦拒絕率達 100.0%,純 CPU 推論單筆延遲僅 ~3.2ms(Batch-16 下每筆 1.7ms),真正做到容量縮減但精度不容許降級。 - 適合社區健檢站一體機(如 The Mirror)、離線醫療閘道器與瀏覽器 WebAssembly (WASM) 端執行。


雙版本評測成效對照 (Benchmark Comparison)

評測維度/指標 IlhaEmbed-311M (Flagship) IlhaEmbed-97M (Edge / Kiosk) 歷史開源基準 (jina/ckip/bge) 發布門禁要求
基底模型架構 ModernBERT Base Granite ModernBERT Lightweight - Apache-2.0
參數量 (Params) 311 Million 97 Million - -
向量維度 (Dimension) 768-dim 384-dim 768 / 384-dim -
池化層設計 (Pooling) Mean Pooling Multi-Head Attention Pooling (4-head) - -
INT8 ONNX 檔案體積 ~85.4 MB 37.28 MB (超緊湊) / 133 MB (高保真) > 100 MB ≤ 40 MB (邊緣端)
CPU 推論延遲 (Batch-96 CPU) 12.5 ms 3.97 ms / 筆 (254 texts/s) > 25 ms ≤ 15 ms 單筆
16 類 FHIR 原型分流準確率 100.0% (44/44) 100.0% (44/44) < 30.0% ≥ 95.0%
RxNorm 處方藥典 Top-1 - 85.99% (基線 58.89%, 提升 +27.09%) < 45.0% ≥ 70.0%
RxNorm 處方藥典 Top-5 - 94.97% (基線 74.18%, 提升 +20.79%) < 65.0% ≥ 85.0%
RxNorm MRR - 0.8996 (基線 0.6585) < 0.5500 ≥ 0.7500
DrugBank 藥物語意 Top-1 - 63.47% (基線 52.10%, 提升 +11.38%) < 40.0% ≥ 55.0%
DrugBank 藥物語意 Top-5 - 69.70% (基線 61.44%, 提升 +8.26%) < 50.0% ≥ 65.0%
臨床速記 Top-1 (Shorthand) 98.15% (106/108) 92.56% (112/121) (前版 77.8%) 0.0% ~ 14.0% ≥ 90.0%
臨床速記 Top-5 100.0% (108/108) 97.52% (118/121) 5.0% ~ 30.0% ≥ 95.0%
俚語與行話檢索 (Slang) 95.2% (59/62) 95.16% (59/62) 0.0% ~ 5.0% ≥ 85.0%
中英臨床同位語 (Apposition) 93.8% (348/371) 85.98% (319/371) 33.0% ~ 45.0% ≥ 80.0%
台語臨床語意檢索 (Taigi) 96.5% (136/141) 93.62% (132/141) 50.0% ~ 64.0% ≥ 90.0%
INT8 動態量化保真度 (餘弦) - 0.9955 mean (min 0.9897) - ≥ 0.9800

快速開始 (Quick Start)

1. Python / Sentence-Transformers(支援雙版本)

from sentence_transformers import SentenceTransformer

# 載入 311M 旗艦版(伺服器端、FHIR 16 類零樣本分流與速記重排)
flagship = SentenceTransformer("weemed/IlhaEmbed-311M")
emb_flagship = flagship.encode(
    ["服藥中", "114年成健", "皮蛇", "定期心內門診-戒菸"],
    normalize_embeddings=True,
)
print("311M 向量維度:", emb_flagship.shape)  # (4, 768)

# 載入 97M 超輕量版(輕量邊緣端推薦)
edge = SentenceTransformer("weemed/IlhaEmbed")
emb_edge = edge.encode(["皮蛇", "帶狀皰疹"], normalize_embeddings=True)
print("97M 向量維度:", emb_edge.shape)  # (2, 384)

2. ONNX Runtime 純 CPU 地端極速部署(97M 邊緣端首選)

import numpy as np
import onnxruntime as ort
from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("weemed/IlhaEmbed-97M")
session = ort.InferenceSession("model_int8.onnx", providers=["CPUExecutionProvider"])

inputs = tokenizer(
    ["皮蛇", "帶狀皰疹"],
    max_length=32,
    padding="max_length",
    truncation=True,
    return_tensors="np",
)
feed = {
    "input_ids": inputs["input_ids"].astype(np.int64),
    "attention_mask": inputs["attention_mask"].astype(np.int64),
}
# 模型已內建 MultiHeadAttentionPooling,直接輸出 sentence_embedding
outputs = session.run(["sentence_embedding"], feed)[0]
normed = outputs / np.linalg.norm(outputs, axis=1, keepdims=True)
print("ONNX 輸出維度:", normed.shape)  # (2, 384)

醫療法規、SaMD 豁免與安全邊界

  • 預期用途(Intended Use):臨床輔助建議、攝取分流與候選重排(Suggest-with-Review Candidate Ranker)。
  • 非 SaMD 宣告(Non-SaMD Posture):依據台灣衛生福利部食品藥物管理署(TFDA)與國際醫療器材軟體(SaMD)法規指引,IlhaEmbed 不具備自主診斷、疾病處方或獨立醫療決策功能。模型輸出之所有建議與 FHIR 映射事實,嚴禁未經醫師、護理師或合格醫事人員覆核即直接作為臨床處置或定稿病歷
  • Fail-Closed 殘差機制:當模型餘弦相似度或分類邊界餘裕(Margin)低於安全閾值時,片段自動退回殘差隊列(Residue),由臨床人員介入審閱,防範模型幻覺或錯誤歸類產生虛假醫療事實。

資料治理與開源邊界原則

  1. 零受保護健康資訊(Zero PHI):模型訓練與評測全流程不包含任何真實病患姓名、身分證號、病歷號或可識別隱私個資。
  2. 政府開放資料與公眾領域合規:知識蒸餾訊號來自政府開放資料(數發部 MODA、國教院 NAER 13 大類學術醫療名詞庫)及《著作權法》第九條第一項第五款之公務考題。
  3. 嚴禁散布未授權語料:本開源倉庫與模型權重不散布任何第三方付費商業術語辭庫或未授權醫學期刊論文全文。
  4. 授權條款:開源程式碼與發布模型權重均採用 Apache-2.0 寬鬆開源授權。

Configuration

Architecture
ModernBertModel
Context length (tokens)
32,768
Layers
12
Hidden size
384
Feed-forward size
1,536
Attention heads
12
Vocabulary size
25,526
Model type
modernbert

Identity and Version

Repository
weemed/IlhaEmbed
Publisher
WeeMed AI
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
39M parameters
Languages
zh, en
Revision
05d0db61a8eeb0d61dd51d38b88a6e3764918823
First published
2026-07-23
Last updated
2026-09-20

Files and Weights

34 files, 489.6 MB in total. The weights are 6 files totalling 485.9 MB in onnx, pt, safetensors.

Weights6 files · 485.9 MB
Configuration20 files · 2.3 MB
Tokenizer2 files · 1.3 MB
Documentation3 files · 27.4 KB
Other2 files · 57.7 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model.onnxWeights154.6 MB 2c0d52cb9069
model.safetensorsWeights154.3 MB 7f1f3d42fd00
model_compact_37m_int8.onnxWeights39.4 MB 44cd7c10f351
model_int8.onnxWeights133.5 MB 9da09372f384
pooling_head.ptWeights1.8 MB 6e63ef6b4fc6
relation_head.ptWeights2.5 MB b4fe7c7fb314
AUTOMATIC_CLASSIFICATION_STATUS.jsonConfiguration273 B
config.jsonConfiguration1.7 KB
evaluation_drugbank_bootstrap.jsonConfiguration1.6 KB
evaluation_drugbank_candidate.jsonConfiguration694.5 KB
evaluation_rxnorm_bootstrap.jsonConfiguration1.6 KB
evaluation_rxnorm_candidate.jsonConfiguration1.6 MB
evaluation_semantic_candidate.jsonConfiguration1.8 KB
evaluation_slo_candidate.jsonConfiguration1.1 KB
evaluation_v1_int8.jsonConfiguration1.9 KB
evaluation_v2_1_int8.jsonConfiguration5.5 KB
evaluation_v2_int8.jsonConfiguration2.0 KB
export-provenance.jsonConfiguration719 B
export_provenance.jsonConfiguration2.2 KB
interpolation_provenance.jsonConfiguration1.1 KB
release_manifest.jsonConfiguration2.3 KB
release_manifest_v4.jsonConfiguration2.7 KB
release_qualification.jsonConfiguration2.0 KB
special_tokens_map.jsonConfiguration870 B
training_metrics.jsonConfiguration1.2 KB
training_provenance.jsonConfiguration6.4 KB
README.mdDocumentation14.3 KB
RELEASE_PROVENANCE.mdDocumentation3.0 KB
SOURCES.mdDocumentation10.1 KB
evaluation_source_snapshot.zipOther23.2 KB 429ec47a4424
source_snapshot.zipOther34.5 KB 56f1052e37eb
.gitattributesRepository1.6 KB
tokenizer.jsonTokenizer1.3 MB dc0e20c81f2b
tokenizer_config.jsonTokenizer636 B

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
485.9 MB
Download from WeeMed AI

Released by WeeMed AI through its official repository on Hugging Face. Read the license.

Built From

  • Derived from ibm-granite/granite-embedding-97m-multilingual-r2
  • Quantized from ibm-granite/granite-embedding-97m-multilingual-r2

Memory Requirements

PrecisionWeights in memory
As published485.9 MB
16-bit0.1 GB
8-bit0.0 GB
4-bit0.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About IlhaEmbed

How much GPU memory does IlhaEmbed need?

About 0.1 GB at 16-bit and 0 GB at 4-bit: the weights (39M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run IlhaEmbed on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use IlhaEmbed commercially?

Yes. IlhaEmbed is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is IlhaEmbed's context length?

32,768 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Sentence similarity

all-MiniLM-L12-v2

Sentence Transformers

This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. Using this model becomes easy when you have sentence-transformers installed: Then you can use the model like this: Without sentence-transformers, you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings. The project aims to train sentence embedding models on very large sentence level datasets using a self-supervised contrastive learning objective. We used the pretrained…

Open weights apache-2.0 33M parameters 512 tokens sentence-transformers

Model · Sentence similarity

gte-small

Dingkun Long

General Text Embeddings (GTE) model. Towards General Text Embeddings with Multi-stage Contrastive Learning The GTE models are trained by Alibaba DAMO Academy. They are mainly based on the BERT framework and currently offer three different sizes of models, including GTE-large, GTE-base, and GTE-small. The GTE models are trained on a large-scale corpus of relevance text pairs, covering a wide range of domains and scenarios. This enables the GTE models to be applied to various downstream tasks of text embeddings, including information retrieval, semantic textual similarity, text reranking, etc. We compared the performance of the GTE models with other popular text embedding models on the MTEB…

Open weights mit 33M parameters 512 tokens sentence-transformers

Model · Sentence similarity

e5-small-v2

Liang Wang

Liang Wang, Nan Yang, Xiaolong Huang, Binxing Jiao, Linjun Yang, Daxin Jiang, Rangan Majumder, Furu Wei, arXiv 2022 This model has 12 layers and the embedding size is 384. Below is an example to encode queries and passages from the MS-MARCO passage ranking dataset. Please refer to our paper at https://arxiv.org/pdf/2212.03533.pdf. Check out unilm/e5 to reproduce evaluation results on the BEIR and MTEB benchmark. Below is an example for usage with sentencetransformers. Package requirements pip install sentencetransformers~=2.2.2 1. Do I need to add the prefix "query: " and "passage: " to input texts? Yes, this is how the model is trained, otherwise you will see a performance degradation.…

Open weights mit 33M parameters 512 tokens sentence-transformers

Model · Sentence similarity

bge-small-vscode-dup

Musab Suhail

This is a sentence-transformers model finetuned from BAAI/bge-small-en-v1.5. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, classification, clustering, and more. First install the Sentence Transformers library: Then you can load this model and run inference. Evaluated with EmbeddingSimilarityEvaluator Approximate statistics based on the first 100 samples: "scale": 20.0, "similarityfct": "cossim", "gatheracrossdevices": false, "directions": [ "querytodoc" "partitionmode": "joint", "hardnessmode": null, "hardnessstrength": 0.0 bibtex title = "Sentence-BERT: Sentence Embeddings using…

Open weights 33M parameters 512 tokens sentence-transformers

Model · Sentence similarity

snowflake-arctic-embed-s

Snowflake

12/04/2024: Release of snowflake-arctic-embed-l-v2.0 and snowflake-arctic-embed-m-v2.0 our newest models with multilingual workloads in mind. These models outperform prior versions of Arctic Embed and we suggest these replace prior versions! 07/26/2024: Release preprint [[2407.18887] Embedding And Clustering Your Data Can Improve Contrastive Pretraining](https://arxiv.org/abs/2407.18887) on arXiv. 07/18/2024: Release of snowflake-arctic-embed-m-v1.5, capable of producing highly compressible embedding vectors that preserve quality even when squished as small as 128 bytes per vector. Details about the development of this model are available in the launch post on the Snowflake engineering…

Open weights apache-2.0 33M parameters 512 tokens sentence-transformers

Model · Sentence similarity

rubert-tiny2

David Dale

This is an updated version of cointegrated/rubert-tiny: a small Russian BERT-based encoder with high-quality sentence embeddings. This post in Russian gives more details. The differences from the previous version include: - sentence embeddings approximate LaBSE closer than before; - meaningful segment embeddings (tuned on the NLI task) - the model is focused only on Russian. The model should be used as is to produce sentence embeddings (e.g. for KNN classification of short texts) or fine-tuned for a downstream task. Sentence embeddings can be produced as follows: Alternatively, you can use the model with sentencetransformers: For those who want to run the inference with VLLM, there is a…

Open weights mit 29M parameters 2,048 tokens sentence-transformers