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

1shoomun
/
pq_cache_4

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

Instructions to use 1shoomun/pq_cache_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use 1shoomun/pq_cache_4 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("1shoomun/pq_cache_4", trust_remote_code=True)
    
    sentences = [
        "Can you tell me how my portfolio did last week?",
        "Show my riskiest holdings",
        "Suggest recommendations for me",
        "How did my portfolio perform last week ?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
pq_cache_4 / eval
161 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
1shoomun's picture
1shoomun
Updated Weights
9748d38 verified about 1 year ago
  • Information-Retrieval_evaluation_test-eval_results.csv
    161 kB
    Updated Weights about 1 year ago