SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

contact_dedupe_STx_model

by Gourav gouravchat/contact_dedupe_STx_model

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package.

Parameters118M
Context512
Weights470.6 MB
License
AccessOpen weights
Monthly Downloads77

Runs On

What it takes to serve contact_dedupe_STx_model (118M 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.2 GB 0.3 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.1 GB 0.1 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 18, 2026.

Model Card

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more. Notwithstanding that, it can be used for any sentence similarity task within the sentence-transformers framework as well. It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. Take a look at the documentation of sentence-transformers if you want to use this model for more than what we…

Excerpt from the card by Gourav.

Configuration

Architecture
BertModel
Context length (tokens)
512
Layers
12
Hidden size
384
Feed-forward size
1,536
Attention heads
12
Vocabulary size
250,037
Stored precision
float32
Model type
bert

Identity and Version

Repository
gouravchat/contact_dedupe_STx_model
Publisher
Gourav
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
118M parameters
Languages
en
Revision
9437a171b321138c9550980bc0b2a49ac1cc49c9
First published
2024-02-29
Last updated
2024-02-29

Files and Weights

12 files, 502.5 MB in total. The weights are 1 file totalling 470.6 MB in safetensors.

Weights1 file · 470.6 MB
Configuration7 files · 14.8 MB
Tokenizer2 files · 17.1 MB
Documentation1 file · 5.5 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights470.6 MB 7f4f89d628f8
1_Pooling/config.jsonConfiguration296 B
config.jsonConfiguration696 B
config_sentence_transformers.jsonConfiguration170 B
modules.jsonConfiguration229 B
sentence_bert_config.jsonConfiguration53 B
special_tokens_map.jsonConfiguration964 B
unigram.jsonConfiguration14.8 MB da145b5e7700
README.mdDocumentation5.5 KB
.gitattributesRepository1.6 KB
tokenizer.jsonTokenizer17.1 MB fa685fc160bb
tokenizer_config.jsonTokenizer1.4 KB

License and Download

License
Not stated by the source
Access
Open weights, no gate
Download size
470.6 MB
Download from Gourav

Released by Gourav through its official repository on Hugging Face.

Built From

Memory Requirements

PrecisionWeights in memory
As published470.6 MB
16-bit0.2 GB
8-bit0.1 GB
4-bit0.1 GB

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

Questions About contact_dedupe_STx_model

How much GPU memory does contact_dedupe_STx_model need?

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

What is the cheapest GPU to run contact_dedupe_STx_model 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.

What is contact_dedupe_STx_model's context length?

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

Similar Models

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. This model was trained by sentence-transformers. If you find this model helpful, feel free to cite our publication Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks

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

Model · Sentence similarity

multilingual-e5-small

Liang Wang

Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang, Rangan Majumder, Furu Wei, arXiv 2024 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. This model is initialized from microsoft/Multilingual-MiniLM-L12-H384 and continually trained on a mixture of multilingual datasets. It supports 100 languages from xlm-roberta, but low-resource languages may see performance degradation. For all labeled datasets, we only use its training set for fine-tuning. For other training details, please refer to our paper at https://arxiv.org/pdf/2402.05672. Check out unilm/e5 to reproduce evaluation results on the…

Open weights mit 118M parameters 512 tokens sentence-transformers

Model · Sentence similarity

ko-sroberta-multitask

Junghyun Gan

This is a sentence-transformers model: It maps sentences & paragraphs to a 768 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. KorSTS, KorNLI 학습 데이터셋으로 멀티 태스크 학습을 진행한 후 KorSTS 평가 데이터셋으로 평가한 결과입니다. The model was trained with the parameters: sentencetransformers.datasets.NoDuplicatesDataLoader.NoDuplicatesDataLoader of…

Open weights 111M parameters 514 tokens sentence-transformers

Model · Sentence similarity

lt-un-data-fine-fine-es

Dell Research Harvard

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more. Notwithstanding that, it can be used for any sentence similarity task within the sentence-transformers framework as well. It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. Take a look at the documentation of sentence-transformers if you want to use this model for more than what we…

Open weights 110M parameters 512 tokens sentence-transformers

Model · Sentence similarity

lt-wikidata-comp-es

Dell Research Harvard

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more. Notwithstanding that, it can be used for any sentence similarity task within the sentence-transformers framework as well. It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. Take a look at the documentation of sentence-transformers if you want to use this model for more than what we…

Open weights 110M parameters 512 tokens sentence-transformers

Model · Sentence similarity

lt-un-data-fine-coarse-es

Dell Research Harvard

This is a LinkTransformer model. At its core this model this is a sentence transformer model sentence-transformers model- it just wraps around the class. It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more. Notwithstanding that, it can be used for any sentence similarity task within the sentence-transformers framework as well. It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. Take a look at the documentation of sentence-transformers if you want to use this model for more than what we…

Open weights 110M parameters 512 tokens sentence-transformers