Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

CATIE-AQ
/
SPLADE_camembert-base_STS

Feature Extraction
sentence-transformers
Safetensors
French
camembert
sparse-encoder
sparse
splade
Generated from Trainer
dataset_size:12227
loss:SpladeLoss
loss:SparseCosineSimilarityLoss
loss:FlopsLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CATIE-AQ/SPLADE_camembert-base_STS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use CATIE-AQ/SPLADE_camembert-base_STS with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("CATIE-AQ/SPLADE_camembert-base_STS")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
SPLADE_camembert-base_STS
446 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Loïck
Update README.md
b47348d verified 10 months ago
  • 1_SpladePooling
    Training complete 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    19.8 kB
    Update README.md 10 months ago
  • added_tokens.json
    28 Bytes
    Training complete 10 months ago
  • config.json
    664 Bytes
    Training complete 10 months ago
  • config_sentence_transformers.json
    277 Bytes
    Training complete 10 months ago
  • model.safetensors
    443 MB
    xet
    Training complete 10 months ago
  • modules.json
    274 Bytes
    Training complete 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Training complete 10 months ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Training complete 10 months ago
  • special_tokens_map.json
    374 Bytes
    Training complete 10 months ago
  • tokenizer.json
    2.42 MB
    Training complete 10 months ago
  • tokenizer_config.json
    1.79 kB
    Training complete 10 months ago