Model reference · open weights

sentence-croissant-llm

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

sentence-croissant-llm is an open-weight embedding model from Wissam42. 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 byWissam42
TypeEmbedding models
TaskEmbeddings
Context2k tokens
Runs withsentence-transformers
Released2024-02-07
Popularity4k downloads / month
LicenceOpen weights

About

What sentence-croissant-llm is

The model sentence-croissant-llm-base is designed to generate French text embeddings. It has been fine-tuned using the very recent pre-trained LLM croissantllm/CroissantLLMBase with the strategy of Siamese-BERT implemented in the library 'sentences-transformers'. The fine tuning dataset used is the French training split of stsb.

Read the full model card

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
model =  SentenceTransformer("Wissam42/sentence-croissant-llm-base")
sentences = ["Le chat mange la souris", "Un felin devore un rongeur", "Je travaille sur un ordinateur", "Je developpe sur mon pc"]
embeddings = model.encode(sentences)
print(embeddings)

Citing & Authors

@article{faysse2024croissantllm,
    title={CroissantLLM: A Truly Bilingual French-English Language Model},
    author={Faysse, Manuel and Fernandes, Patrick and Guerreiro, Nuno and Loison, Ant{\'o}nio and Alves, Duarte and Corro, Caio and Boizard, Nicolas and Alves, Jo{\~a}o and Rei, Ricardo and Martins, Pedro and others},
    journal={arXiv preprint arXiv:2402.00786},
    year={2024}
}

@article{reimers2019sentence,
   title={Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks},
   author={Nils Reimers, Iryna Gurevych},
   journal={https://arxiv.org/abs/1908.10084},
   year={2019}
}

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

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
Sentence-EmbeddingText Similarity frTest Pearson correlation coefficient

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys sentence-croissant-llm for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (sentence-croissant-llm 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":"sentence-croissant-llm","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