SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

lt-un-data-fine-fine-fr

by Dell Research Harvard dell-research-harvard/lt-un-data-fine-fine-fr

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.

Parameters337M
Context514
Weights1.3 GB
License
AccessOpen weights
Monthly Downloads32

Runs On

What it takes to serve lt-un-data-fine-fine-fr (337M 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.7 GB 0.8 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.3 GB 0.4 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.2 GB 0.2 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 1024 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 Dell Research Harvard.

Configuration

Architecture
CamembertModel
Context length (tokens)
514
Layers
24
Hidden size
1,024
Feed-forward size
4,096
Attention heads
16
Vocabulary size
32,005
Stored precision
float32
Model type
camembert

Identity and Version

Repository
dell-research-harvard/lt-un-data-fine-fine-fr
Publisher
Dell Research Harvard
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
337M parameters
Languages
fr
Revision
6925858fbf49646cf9a9354a6d4a2a69ff113933
First published
2023-08-28
Last updated
2024-03-20

Files and Weights

18 files, 1.4 GB in total. The weights are 1 file totalling 1.3 GB in safetensors.

Weights1 file · 1.3 GB
Configuration7 files · 3.0 KB
Tokenizer2 files · 2.4 MB
Documentation1 file · 5.9 KB
Other6 files · 1.3 MB
Repository1 file · 467 B
Every file
FileTypeSizeSHA-256
model.safetensorsWeights1.3 GB ff8d55a91d5d
1_Pooling/config.jsonConfiguration271 B
LT_training_config.jsonConfiguration1.2 KB
config.jsonConfiguration753 B
config_sentence_transformers.jsonConfiguration123 B
modules.jsonConfiguration229 B
sentence_bert_config.jsonConfiguration53 B
special_tokens_map.jsonConfiguration353 B
README.mdDocumentation5.9 KB
Information-Retrieval_evaluation_eval_results.csvOther1.7 KB
Information-Retrieval_evaluation_test_results.csvOther575 B
eval/Information-Retrieval_evaluation_eval_results.csvOther50.7 KB
sentencepiece.bpe.modelOther808.8 KB f98f266fdc54
test_data.pickleOther49.3 KB dd008f84e1ca
val_data.pickleOther434.8 KB 905deb37a992
.gitattributesRepository467 B
tokenizer.jsonTokenizer2.4 MB
tokenizer_config.jsonTokenizer1.6 KB

License and Download

License
Not stated by the source
Access
Open weights, no gate
Download size
1.3 GB
Download from Dell Research Harvard

Released by Dell Research Harvard through its official repository on Hugging Face.

Built From

Memory Requirements

PrecisionWeights in memory
As published1.3 GB
16-bit0.7 GB
8-bit0.3 GB
4-bit0.2 GB

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

Questions About lt-un-data-fine-fine-fr

How much GPU memory does lt-un-data-fine-fine-fr need?

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

What is the cheapest GPU to run lt-un-data-fine-fine-fr 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 lt-un-data-fine-fine-fr's context length?

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

Similar Models

Model · Sentence similarity

lt-wikidata-comp-de

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 1024 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 mit 336M parameters 512 tokens sentence-transformers

Model · Sentence similarity

e5-large-v2

Liang Wang

Liang Wang, Nan Yang, Xiaolong Huang, Binxing Jiao, Linjun Yang, Daxin Jiang, Rangan Majumder, Furu Wei, arXiv 2022 This model has 24 layers and the embedding size is 1024. 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 335M parameters 512 tokens sentence-transformers

Model · Sentence similarity

gte-large

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 335M parameters 512 tokens sentence-transformers

Model · Sentence similarity

all-roberta-large-v1

Sentence Transformers

This is a sentence-transformers model: It maps sentences & paragraphs to a 1024 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 roberta-large model and…

Open weights apache-2.0 355M parameters 514 tokens sentence-transformers

Model · Sentence similarity

gte-multilingual-base

Alibaba-NLP

The gte-multilingual-base model is the latest in the GTE (General Text Embedding) family of models, featuring several key attributes: Paper: mGTE: Generalized Long-Context Text Representation and Reranking Models for Multilingual Text Retrieval - It is recommended to install xformers and enable unpadding for acceleration, refer to enable-unpadding-and-xformers. - How to use with TEI: refs/pr/7 Usage via docker and infinity, MIT Licensed. Usage via Docker and Text Embeddings Inference (TEI): Then you can send requests to the deployed API via the OpenAI-compatible v1/embeddings route (more information about the OpenAI Embeddings API): We validated the performance of the gte-multilingual-base…

Open weights apache-2.0 305M parameters 8,192 tokens sentence-transformers

Model · Sentence similarity

embeddinggemma-300m

Google

EmbeddingGemma is a 300M parameter, state-of-the-art for its size, open embedding model from Google, built from Gemma 3 (with T5Gemma initialization) and the same research and technology used to create Gemini models. EmbeddingGemma produces vector representations of text, making it well-suited for search and retrieval tasks, including classification, clustering, and semantic similarity search. This model was trained with data in 100+ spoken languages. The small size and on-device focus makes it possible to deploy in environments with limited resources such as mobile phones, laptops, or desktops, democratizing access to state of the art AI models and helping foster innovation for everyone.…

Access requested at publisher gemma 303M parameters sentence-transformers