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

kiel2
/
Kiel-2-Index

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:20000
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use kiel2/Kiel-2-Index with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kiel2/Kiel-2-Index with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kiel2/Kiel-2-Index")
    
    sentences = [
        "The total number of new cases in China was fewer than 100 for the third day in a row .",
        "The American Anglican Council , which represents Episcopalian conservatives , said it will seek authorization to create a separate group in North America .",
        "On Monday , the number of SARS cases in China passed 5,000 , hitting a total of 5,013 .",
        "Grant , a 22-year Monsanto veteran , also has been elected to the company 's board of directors , Monsanto said in a statement ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Kiel-2-Index
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
kiel2's picture
kiel2
Update README.md
3a9acb5 verified 4 days ago
  • 1_Pooling
    Upload KielEmbed-Pro heavy embedding model weights 6 days ago
  • 2_Normalize
    Upload KielEmbed-Pro heavy embedding model weights 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    7.55 kB
    Update README.md 4 days ago
  • config.json
    824 Bytes
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago
  • config_sentence_transformers.json
    320 Bytes
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago
  • model.safetensors
    1.34 GB
    xet
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago
  • modules.json
    429 Bytes
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload KielEmbed-Pro heavy embedding model weights 6 days ago
  • tokenizer.json
    712 kB
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago
  • tokenizer_config.json
    414 Bytes
    Upload multi-domain anti-forgetting fine-tuned KielEmbed-Pro weights 4 days ago