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

maayans
/
modernbert-embed-large__ratio-address

Sentence Similarity
sentence-transformers
Safetensors
English
modernbert
ratio
retrieval
scientific-literature
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use maayans/modernbert-embed-large__ratio-address with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use maayans/modernbert-embed-large__ratio-address with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("maayans/modernbert-embed-large__ratio-address")
    
    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-embed-large__ratio-address
1.58 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
maayans's picture
maayans
Update README.md
b356017 verified 18 days ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.91 kB
    Update README.md 18 days ago
  • config.json
    1.3 kB
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    1.58 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    429 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    694 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    3.58 MB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub about 1 month ago