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

DriptoBhattacharyya
/
astranexus-mm-encoder

PEFT
Safetensors
sentence-transformers
siglip
lora
multimodal
email-clustering
astranexus
Model card Files Files and versions
xet
Community

Instructions to use DriptoBhattacharyya/astranexus-mm-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DriptoBhattacharyya/astranexus-mm-encoder with PEFT:

    Task type is invalid.
  • sentence-transformers

    How to use DriptoBhattacharyya/astranexus-mm-encoder with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("DriptoBhattacharyya/astranexus-mm-encoder")
    
    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
astranexus-mm-encoder
9.47 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DriptoBhattacharyya's picture
DriptoBhattacharyya
Add agent trace.json (LangGraph run on fixture)
dc98eaf verified 19 days ago
  • text_lora
    AstraNexus SP3 multimodal encoder (LoRA + fusion head) 20 days ago
  • vision_lora
    AstraNexus SP3 multimodal encoder (LoRA + fusion head) 20 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • README.md
    2.26 kB
    AstraNexus SP3 multimodal encoder (LoRA + fusion head) 20 days ago
  • proj.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    1.71 MB
    xet
    AstraNexus SP3 multimodal encoder (LoRA + fusion head) 20 days ago
  • sp3_result.json
    320 Bytes
    AstraNexus SP3 multimodal encoder (LoRA + fusion head) 20 days ago
  • trace.json
    1.58 kB
    Add agent trace.json (LangGraph run on fixture) 19 days ago