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

  • Log In
  • Sign Up

naver
/
efficient-splade-VI-BT-large-query

Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
splade
query-expansion
document-expansion
bag-of-words
passage-retrieval
knowledge-distillation
document encoder
Model card Files Files and versions
xet
Community
3

Instructions to use naver/efficient-splade-VI-BT-large-query with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use naver/efficient-splade-VI-BT-large-query with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="naver/efficient-splade-VI-BT-large-query")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("naver/efficient-splade-VI-BT-large-query")
    model = AutoModelForMaskedLM.from_pretrained("naver/efficient-splade-VI-BT-large-query")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
efficient-splade-VI-BT-large-query
287 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
tformal's picture
tformal
sentence_transformers_support (#2)
966075e verified 11 months ago
  • document_0_MLMTransformer
    sentence_transformers_support (#2) 11 months ago
  • document_1_SpladePooling
    sentence_transformers_support (#2) 11 months ago
  • query_1_SpladePooling
    sentence_transformers_support (#2) 11 months ago
  • .gitattributes
    1.22 kB
    sentence_transformers_support (#2) 11 months ago
  • README.md
    5.9 kB
    sentence_transformers_support (#2) 11 months ago
  • config.json
    699 Bytes
    add model almost 4 years ago
  • config_sentence_transformers.json
    274 Bytes
    sentence_transformers_support (#2) 11 months ago
  • modules.json
    108 Bytes
    sentence_transformers_support (#2) 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    17.7 MB
    xet
    add model almost 4 years ago
  • router_config.json
    758 Bytes
    sentence_transformers_support (#2) 11 months ago
  • special_tokens_map.json
    112 Bytes
    add model almost 4 years ago
  • tokenizer.json
    466 kB
    add model almost 4 years ago
  • tokenizer_config.json
    417 Bytes
    add model almost 4 years ago
  • vocab.txt
    232 kB
    add model almost 4 years ago