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-Poly

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
dense
Generated from Trainer
dataset_size:10000
loss:CosineSimilarityLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kiel2/Kiel-2-Poly")
    
    sentences = [
        "But Close wondered whether the package would be worth the cost of licensing the third-party software , along with Salesforce.com 's rental price .",
        "Close also questions whether it would be worth the cost of licensing third-party software , along with Salesforce.com 's rental price .",
        "No tumors were detected ; rather , empty cavities and scar tissue were found in their place .",
        "A race observer sits in the passenger seat of the follow vehicle to record any broken rules and also keep track of the car 's time ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Kiel-2-Poly
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
kiel2's picture
kiel2
Update README.md
ecc33d2 verified 4 days ago
  • 1_Pooling
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • .gitattributes
    1.57 kB
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • README.md
    7.27 kB
    Update README.md 4 days ago
  • config.json
    778 Bytes
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • config_sentence_transformers.json
    284 Bytes
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • model.safetensors
    1.11 GB
    xet
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • modules.json
    277 Bytes
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago
  • tokenizer_config.json
    534 Bytes
    Upload multi-domain fine-tuned KielEmbed-Multilingual weights 4 days ago