Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Godefroyduchalard
/
solone-embedding-final2

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
Generated from Trainer
dataset_size:19485
loss:MultipleNegativesRankingLoss
Model card Files Files and versions
xet
Community

Instructions to use Godefroyduchalard/solone-embedding-final2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Godefroyduchalard/solone-embedding-final2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Godefroyduchalard/solone-embedding-final2")
    
    sentences = [
        "chef de bord",
        "Personne responsable du pilotage d'un navire.",
        "Le chef de bord est une personne responsable du contrôle des dépenses et de l'organisation des réceptions dans un établissement hôtelier.",
        "Procédure suivie par une juridiction lorsqu'elle doit trancher un litige par un acte juridictionnel."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • 1_Pooling
    cancel_type over 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model over 1 year ago
  • README.md
    25.9 kB
    Add new SentenceTransformer model over 1 year ago
  • adapter_config.json
    670 Bytes
    Add new SentenceTransformer model over 1 year ago
  • adapter_model.safetensors
    3.16 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.17 kB
    Add new SentenceTransformer model over 1 year ago