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

nicher92
/
saga-embed_v1

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

Instructions to use nicher92/saga-embed_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use nicher92/saga-embed_v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nicher92/saga-embed_v1")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
saga-embed_v1 / 2_Dense
4.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nicher92's picture
nicher92
Initial model upload for MTEB evaluation
3be07ac verified about 2 months ago
  • config.json
    134 Bytes
    Initial model upload for MTEB evaluation about 2 months ago
  • model.safetensors
    4.2 MB
    xet
    Initial model upload for MTEB evaluation about 2 months ago