Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

naver
/
splade-v3-distilbert

Feature Extraction
sentence-transformers
PyTorch
English
distilbert
splade
sparse-encoder
sparse
text-embeddings-inference
Model card Files Files and versions
xet
Community
3

Instructions to use naver/splade-v3-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use naver/splade-v3-distilbert with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("naver/splade-v3-distilbert")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
splade-v3-distilbert
269 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
tformal's picture
tformal
sentence_transformers_support (#2)
2db06b8 verified 11 months ago
  • 1_SpladePooling
    sentence_transformers_support (#2) 11 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.64 kB
    sentence_transformers_support (#2) 11 months ago
  • config.json
    524 Bytes
    add model about 2 years ago
  • config_sentence_transformers.json
    274 Bytes
    sentence_transformers_support (#2) 11 months ago
  • data_args.json
    418 Bytes
    add model about 2 years ago
  • model_args.json
    280 Bytes
    add model about 2 years ago
  • modules.json
    274 Bytes
    sentence_transformers_support (#2) 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    add model about 2 years ago
  • sentence_bert_config.json
    57 Bytes
    sentence_transformers_support (#2) 11 months ago
  • special_tokens_map.json
    125 Bytes
    add model about 2 years ago
  • tokenizer.json
    712 kB
    add model about 2 years ago
  • tokenizer_config.json
    320 Bytes
    add model about 2 years ago
  • training_args.json
    3.52 kB
    add model about 2 years ago
  • vocab.txt
    232 kB
    add model about 2 years ago