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

manu
/
sentence_croissant_alpha_v0.4

Sentence Similarity
sentence-transformers
Safetensors
French
English
llama
feature-extraction
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use manu/sentence_croissant_alpha_v0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use manu/sentence_croissant_alpha_v0.4 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("manu/sentence_croissant_alpha_v0.4")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
sentence_croissant_alpha_v0.4
2.56 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
manu's picture
manu
Update README.md
0ce6372 verified about 2 years ago
  • 1_Pooling
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    185 kB
    Update README.md about 2 years ago
  • config.json
    691 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • config_sentence_transformers.json
    176 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    2.56 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • sentence_bert_config.json
    54 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • special_tokens_map.json
    551 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    1.35 MB
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer_config.json
    18.9 kB
    Upload folder using huggingface_hub about 2 years ago