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

nickprock
/
splade-bert-base-italian-xxl-uncased-cv

Feature Extraction
sentence-transformers
Safetensors
bert
sparse-encoder
sparse
splade
Generated from Trainer
dataset_size:55466
loss:MaskedSpladeLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use nickprock/splade-bert-base-italian-xxl-uncased-cv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use nickprock/splade-bert-base-italian-xxl-uncased-cv with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nickprock/splade-bert-base-italian-xxl-uncased-cv")
    
    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-bert-base-italian-xxl-uncased-cv
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nickprock's picture
nickprock
Update: applied L1 sparsity and punctuation masking to mitigate high weight on '.' and ','
7624f0c verified 5 months ago
  • 1_SpladePooling
    Add new SparseEncoder model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    76 kB
    Update: applied L1 sparsity and punctuation masking to mitigate high weight on '.' and ',' 5 months ago
  • config.json
    589 Bytes
    Add new SparseEncoder model about 1 year ago
  • config_sentence_transformers.json
    279 Bytes
    Update: applied L1 sparsity and punctuation masking to mitigate high weight on '.' and ',' 5 months ago
  • model.safetensors
    443 MB
    xet
    Update: applied L1 sparsity and punctuation masking to mitigate high weight on '.' and ',' 5 months ago
  • modules.json
    274 Bytes
    Add new SparseEncoder model about 1 year ago
  • sentence_bert_config.json
    57 Bytes
    Add new SparseEncoder model about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Add new SparseEncoder model about 1 year ago
  • tokenizer.json
    732 kB
    Add new SparseEncoder model about 1 year ago
  • tokenizer_config.json
    1.29 kB
    Add new SparseEncoder model about 1 year ago
  • vocab.txt
    243 kB
    Add new SparseEncoder model about 1 year ago