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

kwondw
/
quora-mnrl

Sentence Similarity
sentence-transformers
Safetensors
English
distilbert
feature-extraction
Generated from Trainer
dataset_size:100000
loss:MultipleNegativesRankingLoss
loss:CachedMultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use kwondw/quora-mnrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kwondw/quora-mnrl with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kwondw/quora-mnrl")
    
    sentences = [
        "What is the main circuit board of a computer? How is it built and what is its function?",
        "Information systems are too important to be left to computer specialist. Do you agree?",
        "What is the main circuit board of a computer? What are its functions?",
        "Has reading a book ever changed your life? Which one?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
quora-mnrl
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kwondw's picture
kwondw
Add new SentenceTransformer model
d591b83 verified 6 days ago
  • 1_Pooling
    Add new SentenceTransformer model 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    22.1 kB
    Add new SentenceTransformer model 6 days ago
  • config.json
    595 Bytes
    Add new SentenceTransformer model 6 days ago
  • config_sentence_transformers.json
    284 Bytes
    Add new SentenceTransformer model 6 days ago
  • model.safetensors
    265 MB
    xet
    Add new SentenceTransformer model 6 days ago
  • modules.json
    277 Bytes
    Add new SentenceTransformer model 6 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 6 days ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 6 days ago
  • tokenizer_config.json
    434 Bytes
    Add new SentenceTransformer model 6 days ago