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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Bharatdeep-H
/
pq_cache_8

Sentence Similarity
sentence-transformers
Safetensors
t5
feature-extraction
Generated from Trainer
dataset_size:3772
loss:MultipleNegativesRankingLoss
loss:CosineSimilarityLoss
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Bharatdeep-H/pq_cache_8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Bharatdeep-H/pq_cache_8 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Bharatdeep-H/pq_cache_8", trust_remote_code=True)
    
    sentences = [
        "do I possess any funds that are not performing",
        "How did my portfolio perform this month?",
        "Show me my best performing holdings",
        "do I hold any funds that haven't been performing well"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
pq_cache_8
441 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Bharatdeep-H's picture
Bharatdeep-H
Updated Weights
df0fb8f verified 11 months ago
  • 1_Pooling
    Updated Weights 11 months ago
  • eval
    Updated Weights 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    17.7 kB
    Updated Weights 11 months ago
  • config.json
    1.61 kB
    Updated Weights 11 months ago
  • config_sentence_transformers.json
    199 Bytes
    Updated Weights 11 months ago
  • model.safetensors
    439 MB
    xet
    Updated Weights 11 months ago
  • modules.json
    229 Bytes
    Updated Weights 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Updated Weights 11 months ago
  • special_tokens_map.json
    2.54 kB
    Updated Weights 11 months ago
  • tokenizer.json
    2.42 MB
    Updated Weights 11 months ago
  • tokenizer_config.json
    20.8 kB
    Updated Weights 11 months ago