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

waghelad
/
ds-rag-embedder-v1

Feature Extraction
sentence-transformers
Safetensors
English
bert
sentence-similarity
rag
retrieval
data-science
machine-learning
embeddings
domain-specific
text-embeddings-inference
hybrid-search
Model card Files Files and versions
xet
Community
1

Instructions to use waghelad/ds-rag-embedder-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use waghelad/ds-rag-embedder-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("waghelad/ds-rag-embedder-v1")
    
    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
ds-rag-embedder-v1
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
waghelad's picture
waghelad
Upload README.md with huggingface_hub
7f4a4c8 verified 14 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    10.9 kB
    Upload README.md with huggingface_hub 14 days ago
  • config.json
    790 Bytes
    Upload folder using huggingface_hub 14 days ago
  • config_sentence_transformers.json
    369 Bytes
    Upload folder using huggingface_hub 14 days ago
  • ds_rag_config.json
    323 Bytes
    Upload folder using huggingface_hub 14 days ago
  • model.safetensors
    133 MB
    xet
    Upload folder using huggingface_hub 14 days ago
  • modules.json
    429 Bytes
    Upload folder using huggingface_hub 14 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub 14 days ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 14 days ago
  • tokenizer_config.json
    633 Bytes
    Upload folder using huggingface_hub 14 days ago