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

yjoonjang
/
splade-ko-v1

Feature Extraction
sentence-transformers
Safetensors
Korean
modernbert
sparse-encoder
sparse
splade
Generated from Trainer
loss:SpladeLoss
loss:SparseMultipleNegativesRankingLoss
loss:FlopsLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use yjoonjang/splade-ko-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("yjoonjang/splade-ko-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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
splade-ko-v1
599 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
yjoonjang's picture
yjoonjang
Update README.md
2cb7059 verified 4 months ago
  • 1_SpladePooling
    Add new SparseEncoder model 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    25.8 kB
    Update README.md 4 months ago
  • added_tokens.json
    21 Bytes
    Add new SparseEncoder model 8 months ago
  • config.json
    1.23 kB
    Add new SparseEncoder model 8 months ago
  • config_sentence_transformers.json
    274 Bytes
    Add new SparseEncoder model 8 months ago
  • model.safetensors
    598 MB
    xet
    Add new SparseEncoder model 8 months ago
  • modules.json
    274 Bytes
    Add new SparseEncoder model 8 months ago
  • sentence_bert_config.json
    58 Bytes
    Add new SparseEncoder model 8 months ago
  • special_tokens_map.json
    969 Bytes
    Add new SparseEncoder model 8 months ago
  • tokenizer.json
    1.09 MB
    Add new SparseEncoder model 8 months ago
  • tokenizer_config.json
    7.14 kB
    Add new SparseEncoder model 8 months ago
  • vocab.txt
    290 kB
    Add new SparseEncoder model 8 months ago