Text Generation
Transformers
PyTorch
llava
mmaaz60 commited on
Commit
cdcba8f
Β·
verified Β·
1 Parent(s): b3b54aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
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 including
10
+ Grounded Conversation Generation (GCG), Referring Expression Segmentation, Region-level Captioning, Image-level captioning and Visual Question Answering.
11
+
12
+
13
+ ## πŸ’» Download
14
+ To get started with GLaMM-FullScope, follow these steps:
15
+ ```
16
+ git lfs install
17
+ git clone https://huggingface.co/MBZUAI/GLaMM-FullScope_v0
18
+ ```
19
+
20
+ ## πŸ“š Additional Resources
21
+ - **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 Acknowledgments
26
+
27
+ ```bibtex
28
+ @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
+ }