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
      • Hardware
      • 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-large

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BAAI/BGE-VL-large", 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-large
861 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
JUNJIE99's picture
JUNJIE99
Integrate with Sentence Transformers v5.4 (#2)
40fb482 3 months ago
  • assets
    Upload 4 files over 1 year ago
  • .gitattributes
    1.87 kB
    Upload folder using huggingface_hub over 1 year ago
  • LICENSE
    1.07 kB
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    9.43 kB
    Integrate with Sentence Transformers v5.4 (#2) 3 months ago
  • bge_vl_clip_transformer.py
    1.8 kB
    Integrate with Sentence Transformers v5.4 (#2) 3 months ago
  • config.json
    4.54 kB
    Upload folder using huggingface_hub over 1 year ago
  • config_sentence_transformers.json
    124 Bytes
    Integrate with Sentence Transformers v5.4 (#2) 3 months ago
  • merges.txt
    525 kB
    Upload folder using huggingface_hub over 1 year ago
  • model.safetensors
    855 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • modeling_MMRet_CLIP.py
    73.7 kB
    Upload folder using huggingface_hub over 1 year ago
  • modules.json
    270 Bytes
    Integrate with Sentence Transformers v5.4 (#2) 3 months ago
  • preprocessor_config.json
    316 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • sentence_bert_config.json
    502 Bytes
    Integrate with Sentence Transformers v5.4 (#2) 3 months ago
  • special_tokens_map.json
    389 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    2.22 MB
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer_config.json
    905 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • vocab.json
    961 kB
    Upload folder using huggingface_hub over 1 year ago