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

babelmanish
/
clip-title-thumbnail-embeddings

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("babelmanish/clip-title-thumbnail-embeddings")
    
    sentences = [
        "The Hugging Face Transformers Library | Example Code + Chatbot UI with Gradio",
        "Shit Happens, Stay Solution Oriented",
        "3 Ways to Make a Custom AI Assistant | RAG, Tools, & Fine-tuning",
        "How to Manage Data Science Projects"
    ]
    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
babelmanish's picture
babelmanish
Add new SentenceTransformer model
7c43ff9 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    17.9 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    783 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    199 Bytes
    Add new SentenceTransformer model over 1 year ago
  • merges.txt
    525 kB
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    1.71 GB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    111 Bytes
    Add new SentenceTransformer model over 1 year ago
  • preprocessor_config.json
    504 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    588 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    3.64 MB
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    774 Bytes
    Add new SentenceTransformer model over 1 year ago
  • vocab.json
    862 kB
    Add new SentenceTransformer model over 1 year ago