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

drexalt
/
splade-NeoBERT-msmarco-triplets-muon

Feature Extraction
sentence-transformers
Safetensors
English
neobert
sparse-encoder
sparse
splade
Generated from Trainer
dataset_size:630000
loss:SpladeLoss
loss:SparseMultipleNegativesRankingLoss
loss:FlopsLoss
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use drexalt/splade-NeoBERT-msmarco-triplets-muon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use drexalt/splade-NeoBERT-msmarco-triplets-muon with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("drexalt/splade-NeoBERT-msmarco-triplets-muon", 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
splade-NeoBERT-msmarco-triplets-muon
982 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
drexalt's picture
drexalt
Add new SparseEncoder model
10ae0aa verified 8 months ago
  • 1_SpladePooling
    Add new SparseEncoder model 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    523 kB
    Add new SparseEncoder model 8 months ago
  • config.json
    2.92 kB
    Add new SparseEncoder model 8 months ago
  • config_sentence_transformers.json
    274 Bytes
    Add new SparseEncoder model 8 months ago
  • model.py
    15.8 kB
    Add new SparseEncoder model 8 months ago
  • model.safetensors
    981 MB
    xet
    Add new SparseEncoder model 8 months ago
  • modules.json
    274 Bytes
    Add new SparseEncoder model 8 months ago
  • rotary.py
    2.58 kB
    Add new SparseEncoder model 8 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SparseEncoder model 8 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SparseEncoder model 8 months ago
  • tokenizer.json
    712 kB
    Add new SparseEncoder model 8 months ago
  • tokenizer_config.json
    1.44 kB
    Add new SparseEncoder model 8 months ago
  • vocab.txt
    232 kB
    Add new SparseEncoder model 8 months ago