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

meow-d
/
mdbr-leaf-ir-obsidian

Sentence Similarity
sentence-transformers
ONNX
Transformers.js
bert
feature-extraction
ONNX
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use meow-d/mdbr-leaf-ir-obsidian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use meow-d/mdbr-leaf-ir-obsidian with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("meow-d/mdbr-leaf-ir-obsidian")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Transformers.js

    How to use meow-d/mdbr-leaf-ir-obsidian with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('sentence-similarity', 'meow-d/mdbr-leaf-ir-obsidian');
  • Notebooks
  • Google Colab
  • Kaggle
mdbr-leaf-ir-obsidian
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
meow-d's picture
meow-d
Update README.md
7136389 verified about 1 month ago
  • onnx
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.75 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    477 Bytes
    Update README.md about 1 month ago
  • config.json
    920 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    1.51 kB
    Upload folder using huggingface_hub about 2 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub about 2 months ago