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

TSjB
/
labse-qm

Sentence Similarity
sentence-transformers
Safetensors
Karachay-Balkar
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use TSjB/labse-qm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use TSjB/labse-qm with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("TSjB/labse-qm")
    
    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
labse-qm / 2_Dense
2.36 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
TSjB's picture
TSjB
Upload folder using huggingface_hub
422d8a5 verified over 2 years ago
  • config.json
    114 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin
    2.36 MB
    xet
    Upload folder using huggingface_hub over 2 years ago