jiuhai commited on
Commit
042b0a5
·
verified ·
1 Parent(s): bb049d7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ This is BLIP3o-NEXT-GRPO-TexT checkpoint trained on the BLIP3o-NEXT-SFT.
5
+
6
+
7
+
8
+ ### Download
9
+
10
+ ```
11
+ from huggingface_hub import snapshot_download
12
+ snapshot_download(
13
+ repo_id="BLIP3o/BLIP3o-NEXT-GRPO-TexT-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