Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This is BLIP3o-NEXT-SFT checkpoint trained on BLIP3o-NEXT-Pretrain.
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
### Download
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
from huggingface_hub import snapshot_download
|
| 12 |
+
snapshot_download(
|
| 13 |
+
repo_id="BLIP3o/BLIP3o-NEXT-SFT-3B",
|
| 14 |
+
repo_type="model"
|
| 15 |
+
)
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
Clone the repo (if you haven’t already) and install the environment:
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
git clone https://github.com/JiuhaiChen/BLIP3o.git
|