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

prashgec
/
clip-title-thumbnail-embeddings

Sentence Similarity
sentence-transformers
Safetensors
clip
feature-extraction
dense
Generated from Trainer
dataset_size:70
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use prashgec/clip-title-thumbnail-embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use prashgec/clip-title-thumbnail-embeddings with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("prashgec/clip-title-thumbnail-embeddings")
    
    sentences = [
        "How to Manage Data Science Projects",
        "Fine-Tuning Text Embeddings For Domain-specific Search (w/ Python)",
        "I Was Wrong About AI Consulting (what I learned)",
        "What Nature Can Teach Us About Business..."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
clip-title-thumbnail-embeddings
1.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
prashgec's picture
prashgec
Add new SentenceTransformer model
b4aa3f8 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    18.9 kB
    Add new SentenceTransformer model 11 months ago
  • config.json
    1.17 kB
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    277 Bytes
    Add new SentenceTransformer model 11 months ago
  • merges.txt
    525 kB
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    1.71 GB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    111 Bytes
    Add new SentenceTransformer model 11 months ago
  • preprocessor_config.json
    504 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    588 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer.json
    3.64 MB
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    774 Bytes
    Add new SentenceTransformer model 11 months ago
  • vocab.json
    862 kB
    Add new SentenceTransformer model 11 months ago