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

mahiyama
/
splade-ja-310m

Feature Extraction
sentence-transformers
Safetensors
Japanese
modernbert
sparse-encoder
splade
sparse
information-retrieval
japanese
learned-sparse-retrieval
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mahiyama/splade-ja-310m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mahiyama/splade-ja-310m with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mahiyama/splade-ja-310m")
    
    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-ja-310m
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
mahiyama's picture
mahiyama
Restore model card from model_card.md
0c6c193 verified about 1 month ago
  • 1_SpladePooling
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    17.8 kB
    Restore model card from model_card.md about 1 month ago
  • config.json
    2.07 kB
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • config_sentence_transformers.json
    287 Bytes
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • model.safetensors
    1.26 GB
    xet
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • modules.json
    303 Bytes
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • sentence_bert_config.json
    230 Bytes
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago
  • tokenizer.json
    6.72 MB
    Add new SparseEncoder model about 1 month ago
  • tokenizer_config.json
    844 Bytes
    Re-upload cycle10 final model (mistakenly overwritten earlier) about 1 month ago