CoolFace
Modelpublic

BLIP3o/BLIP3o-Model-8B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
104likes1.7kdownloads
Model Card

This is BLIP3o-8B checkpoint trained on the open source data.

ModelPretrain DataGenEvalDBPWISE
4B (open source)30 million open-source data0.8179.360.50
8B (open source)30 million open-source data0.8380.730.52
8B (paper reported)30 million open-source + 30 million proprietary data0.8481.600.62

Here is the category results for WISE.

ModelPretrain DataCulturalTimeSpaceBiologyPhysicsChemistryOverall
8B (open source)30 million open-source data0.490.510.630.540.630.370.52
8B (paper reported)30 million open-source + 30 million proprietary data0.630.570.700.620.660.510.62

Download

from huggingface_hub import snapshot_download
snapshot_download(
    repo_id="BLIP3o/BLIP3o-Model-8B",
    repo_type="model"
)

Clone the repo (if you haven’t already) and install the environment:

git clone https://github.com/JiuhaiChen/BLIP3o.git

Change to the demo folder:

cd gradio

Launch with your model path:

python app.py /path/to/your/model