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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NorskHelsenett
/
SPLADE-v1

Feature Extraction
sentence-transformers
Safetensors
Norwegian
Norwegian Bokmål
bert
sparse-encoder
splade
sparse
retrieval
information-retrieval
norwegian
health
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use NorskHelsenett/SPLADE-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use NorskHelsenett/SPLADE-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("NorskHelsenett/SPLADE-v1")
    
    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-v1
677 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
thivy's picture
thivy
Add inference-free query artifact (SparseStaticEmbedding) from v14
1482148 verified 1 day ago
  • query_0_SparseStaticEmbedding
    Add inference-free query artifact (SparseStaticEmbedding) from v14 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    4.37 kB
    Add model card 2 days ago
  • config.json
    775 Bytes
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • model.safetensors
    670 MB
    xet
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • sentence_bert_config.json
    54 Bytes
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • special_tokens_map.json
    695 Bytes
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • tokenizer.json
    2.56 MB
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • tokenizer_config.json
    1.41 kB
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago
  • vocab.txt
    872 kB
    SPLADE-v1: inference-free asymmetric SPLADE doc encoder (TEI export of splade-norwegian-health-v14-tei-doc) 2 days ago