Add public checkpoint model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
tags:
|
| 4 |
+
- plangen
|
| 5 |
+
- mmcot
|
| 6 |
+
- visual-cot
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# PlanGen MMCoT highlighted-bbox visual CoT checkpoints
|
| 10 |
+
|
| 11 |
+
This public repository stores the 205K, 210K, 215K, and 220K checkpoints from
|
| 12 |
+
the 20K-step SA-1B highlighted-bbox full-image-VQ experiment. Each checkpoint
|
| 13 |
+
contains the trainable PlanGen/MMCoT parameters plus a SHA-256 manifest.
|
| 14 |
+
|
| 15 |
+
Source repository: https://github.com/yangruoliu/plangen_mmoct
|