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

goverlyai
/
Splade_PP_en_v2

Fill-Mask
Transformers
PyTorch
ONNX
English
bert
splade++
document-expansion
sparse representation
bag-of-words
passage-retrieval
knowledge-distillation
document encoder
Model card Files Files and versions
xet
Community
1

Instructions to use goverlyai/Splade_PP_en_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use goverlyai/Splade_PP_en_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="goverlyai/Splade_PP_en_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("goverlyai/Splade_PP_en_v2")
    model = AutoModelForMaskedLM.from_pretrained("goverlyai/Splade_PP_en_v2")
  • Notebooks
  • Google Colab
  • Kaggle
Splade_PP_en_v2
876 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
goverly's picture
goverly
Add files
4775691 about 1 year ago
  • onnx
    Add files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • .gitignore
    24 Bytes
    Add files about 1 year ago
  • ID.png
    470 kB
    Add files about 1 year ago
  • Metrics.png
    45.9 kB
    Add files about 1 year ago
  • README.md
    21.3 kB
    Add files about 1 year ago
  • config.json
    814 Bytes
    Add files about 1 year ago
  • expansion.png
    123 kB
    Add files about 1 year ago
  • generation_config.json
    90 Bytes
    Add files about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    Add files about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add files about 1 year ago
  • splade_v2.png
    264 kB
    Add files about 1 year ago
  • tokenizer.json
    712 kB
    Add files about 1 year ago
  • tokenizer_config.json
    1.46 kB
    Add files about 1 year ago
  • vocab.txt
    232 kB
    Add files about 1 year ago