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

BAAI
/
BGE-VL-Screenshot

Sentence Similarity
sentence-transformers
Safetensors
qwen2_5_vl
custom_code
Model card Files Files and versions
xet
Community
3

Instructions to use BAAI/BGE-VL-Screenshot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use BAAI/BGE-VL-Screenshot with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BAAI/BGE-VL-Screenshot", trust_remote_code=True)
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
BGE-VL-Screenshot / assets
6.83 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
JUNJIE99's picture
JUNJIE99
Upload folder using huggingface_hub
8f2764b verified about 1 year ago
  • neg_1.jpeg
    2.08 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • neg_2.jpeg
    1.45 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • positive_1.jpeg
    1.29 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • positive_2.jpeg
    1.1 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • query_1.png
    664 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • query_2.png
    240 kB
    xet
    Upload folder using huggingface_hub about 1 year ago