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

lion-ai
/
arctic-l-medembed

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:230357
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use lion-ai/arctic-l-medembed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use lion-ai/arctic-l-medembed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("lion-ai/arctic-l-medembed")
    
    sentences = [
        "post-discharge oral hygiene follow-up plan",
        "The patient is advised to continue regular oral hygiene measures and follow-up with their primary care dentist.",
        "PLAN: Follow-up with the patient as clinically indicated.",
        "The patient's last available report revealed significant improvement in kidney function. No further information is currently available. The patient is advised to follow up with his primary care physician for routine care."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
arctic-l-medembed
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AleksanderObuchowski's picture
AleksanderObuchowski
Add new SentenceTransformer model
a86881d verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    62.1 kB
    Add new SentenceTransformer model 10 months ago
  • config.json
    578 Bytes
    Add new SentenceTransformer model 10 months ago
  • config_sentence_transformers.json
    340 Bytes
    Add new SentenceTransformer model 10 months ago
  • model.safetensors
    1.34 GB
    xet
    Add new SentenceTransformer model 10 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 10 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 10 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 10 months ago
  • tokenizer_config.json
    1.41 kB
    Add new SentenceTransformer model 10 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 10 months ago