PyTorch
English
internlm2
code
custom_code
AkashahS commited on
Commit
3fb0084
·
verified ·
1 Parent(s): 84d3af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -7,4 +7,26 @@ base_model:
7
  pipeline_tag: image-segmentation
8
  tags:
9
  - code
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
 
7
  pipeline_tag: image-segmentation
8
  tags:
9
  - code
10
+ ---
11
+
12
+ ## 📝 Description
13
+ GeoPixel-7B is the model specific to the Grounded Conversation Generation (GCG) task. It is finetuned on GeoPixelD dataset.
14
+
15
+ ## 📚 Additional Resources
16
+ - **Paper:** [ArXiv](https://arxiv.org/abs/2501.13925).
17
+ - **GitHub Repository:** For training and updates: [GitHub - GeoPixel](https://github.com/mbzuai-oryx/GeoPixel).
18
+ - **Project Page:** For a detailed overview, visit our [Project Page - GeoPixel](https://mbzuai-oryx.github.io/GeoPixel/).
19
+
20
+ ## Citation 📜
21
+
22
+ ```bibtex
23
+ @article{shabbir2025geopixel,
24
+ title={GeoPixel : Pixel Grounding Large Multimodal Models in Remote Sensing},
25
+ author={Akashah Shabbir, Mohammed Zumri, Mohammed Bennamoun, Fahad S. Khan, Salman Khan},
26
+ journal={ArXiv},
27
+ year={2025},
28
+ url={https://arxiv.org/abs/2501.13925}
29
+ }
30
+ ```
31
+
32
  ---