jiuhai commited on
Commit
400aa24
·
verified ·
1 Parent(s): 98b1b43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ This is BLIP3o-8B checkpoint trained on the **open source** data.
19
  from huggingface_hub import snapshot_download
20
 
21
  snapshot_download(
22
- repo_id="BLIP3o/BLIP3o-Model-4B",
23
  repo_type="model"
24
  )
25
  ```
 
19
  from huggingface_hub import snapshot_download
20
 
21
  snapshot_download(
22
+ repo_id="BLIP3o/BLIP3o-Model-8B",
23
  repo_type="model"
24
  )
25
  ```