File size: 1,599 Bytes
a710973
 
 
3d48160
a710973
06cd341
780fe66
 
 
 
62cf54f
 
 
98b1b43
 
69eb64f
c2edfc2
69eb64f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98b1b43
 
 
 
 
400aa24
98b1b43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
language:
- en
license: apache-2.0
---
This is BLIP3o-8B checkpoint trained on the **open source** data.


| Model               | Pretrain Data                                             | GenEval | DBP    | WISE |
|---------------------|-----------------------------------------------------------|---------|--------|------|
| 4B (open source)    | 30 million open-source data                           | 0.81    | 79.36  | 0.50 |
| 8B (open source)    | 30 million open-source data                           | 0.83    | 80.73  | 0.52 |
| 8B (paper reported) | 30 million open-source + 30 million proprietary data  | 0.84    | 81.60  | 0.62 |



Here is the category results for WISE.

|       Model      |        Pretrain Data        | Cultural | Time | Space | Biology | Physics | Chemistry | Overall |
| :--------------: | :-------------------------: | :------: | :--: | :---: | :-----: | :-----: | :-------: | :-----: |
| 8B (open source) | 30 million open-source data |   0.49   | 0.51 |  0.63 |   0.54  |   0.63  |    0.37   |   0.52  |
| 8B (paper reported)  | 30 million open-source + 30 million proprietary data|  0.63  | 0.57 | 0.70 |  0.62 |  0.66 |   0.51  |  0.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
```