mmaaz60 commited on
Commit
5363542
Β·
1 Parent(s): 4793e22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # πŸ‘οΈ GLaMM-FullScope
6
+
7
+ ---
8
+ ## πŸ“ Description
9
+ GLaMM-FullScope encompasses all capabilities of GLaMM, which is mixed finetuned with many open-source datasets. "Full" signifies its comprehensive nature, incorporating the full range of GLaMM capabilities.
10
+
11
+
12
+ ## πŸ’» Download
13
+ To get started with GLaMM-FullScope, follow these steps:
14
+ ```
15
+ git lfs install
16
+ git clone https://huggingface.co/MBZUAI/GLaMM-FullScope
17
+ ```
18
+
19
+ ## πŸ“š Additional Resources
20
+ - **GitHub Repository:** For training and updates: [GitHub - GLaMM](https://github.com/mbzuai-oryx/groundingLMM).
21
+ - **Project Page:** For a detailed overview and insights into the project, visit our [Project Page - GLaMM](https://mbzuai-oryx.github.io/groundingLMM/).
22
+
23
+ ## πŸ“œ Citations and Acknowledgments
24
+
25
+ ```bibtex
26
+ @article{hanoona2023GLaMM,
27
+ title={GLaMM: Pixel Grounding Large Multimodal Model},
28
+ 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.},
29
+ journal={ArXiv 2311.03356},
30
+ year={2023}
31
+ }