MBZUAI/GLaMM-FullScope_v0
015
1---2license: apache-2.03---4 5# ๐๏ธ GLaMM-FullScope6 7---8## ๐ Description9GLaMM-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 including 10Grounded Conversation Generation (GCG), Referring Expression Segmentation, Region-level Captioning, Image-level captioning and Visual Question Answering.11 12 13## ๐ป Download14To get started with GLaMM-FullScope, follow these steps:15 ```16 git lfs install17 git clone https://huggingface.co/MBZUAI/GLaMM-FullScope_v018 ```19 20## ๐ Additional Resources21- **Paper:** [ArXiv](https://arxiv.org/abs/2311.03356).22- **GitHub Repository:** For training and updates: [GitHub - GLaMM](https://github.com/mbzuai-oryx/groundingLMM).23- **Project Page:** For a detailed overview and insights into the project, visit our [Project Page - GLaMM](https://mbzuai-oryx.github.io/groundingLMM/).24 25## ๐ Citations and Acknowledgments26 27```bibtex28 @article{hanoona2023GLaMM,29 title={GLaMM: Pixel Grounding Large Multimodal Model},30 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.},31 journal={ArXiv 2311.03356},32 year={2023}33 }