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

naver
/
v-splade-efficient

Feature Extraction
Transformers
Safetensors
English
modernvbert
sparse-retrieval
splade
visual-document-retrieval
multimodal
information-retrieval
inference-free
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use naver/v-splade-efficient with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="naver/v-splade-efficient")
    # Load model directly
    from transformers import AutoProcessor, BiModernVBert
    
    processor = AutoProcessor.from_pretrained("naver/v-splade-efficient")
    model = BiModernVBert.from_pretrained("naver/v-splade-efficient")
  • Notebooks
  • Google Colab
  • Kaggle
v-splade-efficient
665 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
gyuhwung-cho's picture
gyuhwung-cho
V-SPLADE initial release
882a2d4 4 days ago
  • .gitattributes
    1.57 kB
    V-SPLADE initial release 4 days ago
  • README.md
    6.35 kB
    V-SPLADE initial release 4 days ago
  • chat_template.json
    460 Bytes
    V-SPLADE initial release 4 days ago
  • config.json
    2.83 kB
    V-SPLADE initial release 4 days ago
  • configuration_modernvbert.py
    9.24 kB
    V-SPLADE initial release 4 days ago
  • model.safetensors
    660 MB
    xet
    V-SPLADE initial release 4 days ago
  • modeling_modernvbert.py
    31.1 kB
    V-SPLADE initial release 4 days ago
  • preprocessor_config.json
    553 Bytes
    V-SPLADE initial release 4 days ago
  • processor_config.json
    71 Bytes
    V-SPLADE initial release 4 days ago
  • special_tokens_map.json
    1.58 kB
    V-SPLADE initial release 4 days ago
  • tokenizer.json
    3.59 MB
    V-SPLADE initial release 4 days ago
  • tokenizer_config.json
    29 kB
    V-SPLADE initial release 4 days ago
  • v-splade-logo.png
    1.69 MB
    xet
    V-SPLADE initial release 4 days ago
  • vsplade_config.json
    363 Bytes
    V-SPLADE initial release 4 days ago