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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dangvantuan
/
sentence-camembert-large

Sentence Similarity
sentence-transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
French
camembert
Text
Sentence Similarity
Sentence-Embedding
camembert-large
Eval Results (legacy)
Model card Files Files and versions
xet
Community
15

Instructions to use dangvantuan/sentence-camembert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use dangvantuan/sentence-camembert-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dangvantuan/sentence-camembert-large")
    
    sentences = [
        "C'est une personne heureuse",
        "C'est un chien heureux",
        "C'est une personne très heureuse",
        "Aujourd'hui est une journée ensoleillée"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Adding ONNX file of this model

#13 opened over 2 years ago by
yashvardhan7

No sentence-transformers model found with name dangvantuan/sentence-camembert-large. Creating a new one with MEAN pooling.

16
#12 opened over 2 years ago by
mehdixlabetix

sentence-similarity is not a valid pipeline when trying on Huggingface

#11 opened almost 3 years ago by
spoggy

Error when encoding large sentences

🤝 5
#9 opened about 3 years ago by
GuillaumeGrosjean

Adding `safetensors` variant of this model

#8 opened over 3 years ago by
SFconvertbot

Adding `safetensors` variant of this model

#7 opened over 3 years ago by
SFconvertbot

Adding `safetensors` variant of this model

#6 opened over 3 years ago by
SFconvertbot

Error

#5 opened over 3 years ago by
JulienLopato

Request: DOI

#4 opened almost 4 years ago by
mustapha

Addind merges.txt file to repository

#3 opened almost 4 years ago by deleted

Performing MLM pretraining on BERT pretrained model to use model in Sentence Transformer for semantic similarity

#2 opened almost 4 years ago by
mbecuwe
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs