Sentence Similarity
sentence-transformers
Safetensors
English
clip
multimodal-retrieval
embedding-model
custom_code
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
CIRCO's reproduction problem
1
#6 opened 12 months ago
by
LightSunKing
Update README.md
#5 opened about 1 year ago
by
wirthual
Link to demo is broken
2
#4 opened about 1 year ago
by
wirthual
我的推理框架已经支持 BGE-VL 的OpenAI 接口服务,欢迎大家来体验
#3 opened about 1 year ago
by
Liuyu
shouldn't it be 2025-3-4?
👍 1
1
#2 opened about 1 year ago
by
ganymedC