Update README.md
Browse filesUpdates Model Card
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# ποΈ GLaMM-RegCap-RefCOCOg
|
5 |
+
|
6 |
+
---
|
7 |
+
## π Description
|
8 |
+
GLaMM-RegCap-VG is the model specific to region-level captioning finetuned on RefCOCOg. "RegCap-RefCOCOg" indicates its specialization in region-level captioning with tuning on the RefCOCOg dataset.
|
9 |
+
|
10 |
+
|
11 |
+
## π» Download
|
12 |
+
To get started with GLaMM-FullScope, follow these steps:
|
13 |
+
```
|
14 |
+
git lfs install
|
15 |
+
git clone https://huggingface.co/MBZUAI/GLaMM-RegCap-RefCOCOg
|
16 |
+
```
|
17 |
+
|
18 |
+
## π Additional Resources
|
19 |
+
- **GitHub Repository:** For training and updates: [GitHub - GLaMM](https://github.com/mbzuai-oryx/groundingLMM).
|
20 |
+
- **Project Page:** For a detailed overview and insights into the project, visit our [Project Page - GLaMM](https://mbzuai-oryx.github.io/groundingLMM/).
|
21 |
+
|
22 |
+
## π Citations and Acknowledgments
|
23 |
+
|
24 |
+
```bibtex
|
25 |
+
@article{hanoona2023GLaMM,
|
26 |
+
title={GLaMM: Pixel Grounding Large Multimodal Model},
|
27 |
+
author={Rasheed, Hanoona and Maaz, Muhammad and Shaji, Sahal and Shaker, Abdelrahman and Khan, Salman and Cholakkal, Hisham and Anwer, Rao M. and Xing, Eric and Yang, Ming-Hsuan and Khan, Fahad S.},
|
28 |
+
journal={ArXiv 2311.03356},
|
29 |
+
year={2023}
|
30 |
+
}
|
31 |
+
|