Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BAAI
/
BGE-VL-base

Sentence Similarity
sentence-transformers
Safetensors
English
clip
multimodal-retrieval
embedding-model
custom_code
Model card Files Files and versions
xet
Community
7

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BAAI/BGE-VL-base", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

CIRCO's reproduction problem

1
#6 opened 10 months ago by
LightSunKing

Update README.md

#5 opened 11 months ago by
wirthual

Link to demo is broken

2
#4 opened 11 months ago by
wirthual

我的推理框架已经支持 BGE-VL 的OpenAI 接口服务,欢迎大家来体验

#3 opened 11 months ago by
Liuyu

shouldn't it be 2025-3-4?

👍 1
1
#2 opened about 1 year ago by
ganymedC
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs