CoolFace
Modelpublic

MBZUAI/GLaMM-FullScope_v0

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes15downloads
README.md33 linesDownload Raw Back to root
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  }