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

EximiusLabs
/
fusion-embedding-2-2b-preview

Feature Extraction
sentence-transformers
Safetensors
English
fusion-embedding-connector
embeddings
multimodal
audio
retrieval
matryoshka
qwen3-vl
adapters
custom_code
Model card Files Files and versions
xet
Community

Instructions to use EximiusLabs/fusion-embedding-2-2b-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use EximiusLabs/fusion-embedding-2-2b-preview with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("EximiusLabs/fusion-embedding-2-2b-preview", trust_remote_code=True)
    
    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
fusion-embedding-2-2b-preview / assets
1.82 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
abtonmoy's picture
abtonmoy
Add v0.3 banner to model card
231f00e verified about 1 month ago
  • fe2_model_overview.png
    175 kB
    xet
    assets: overview figure from the unified family generator about 2 months ago
  • fe_positioning.png
    169 kB
    xet
    Positioning figure: trained-parameters axis (matches the technical report) about 2 months ago
  • fusion-embedding-2-banner.png
    1.48 MB
    xet
    Add v0.3 banner to model card about 1 month ago