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

  • Log In
  • Sign Up

illuin-conteb
/
modernbert-large-insent

Sentence Similarity
sentence-transformers
Safetensors
English
modernbert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use illuin-conteb/modernbert-large-insent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use illuin-conteb/modernbert-large-insent with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("illuin-conteb/modernbert-large-insent")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-large-insent
7.91 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
manu's picture
manu
Update README.md
e745b8d verified 12 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 12 months ago
  • checkpoint-1000
    Upload folder using huggingface_hub 12 months ago
  • checkpoint-1234
    Upload folder using huggingface_hub 12 months ago
  • checkpoint-500
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    3.84 kB
    Update README.md 12 months ago
  • config.json
    1.3 kB
    Upload folder using huggingface_hub 12 months ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    790 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 12 months ago
  • sentence_bert_config.json
    54 Bytes
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    694 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    3.58 MB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub 12 months ago
  • training_config.yml
    2.41 kB
    Upload folder using huggingface_hub 12 months ago