Set library name and correct pipeline tag (#1)
Browse files- Set library name and correct pipeline tag (6f5ac3eed46e3caed5b783fd59d5a15df17f482e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
base_model:
|
5 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<div align=center>
|
@@ -159,4 +162,15 @@ Then you can open your browser and visit `http://localhost:7860` to see the Grad
|
|
159 |
|
160 |
<p align="center"><img src="assets/gradio.jpg" width="95%"></p>
|
161 |
|
162 |
-
## Citation 📜
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: zero-shot-object-detection
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
|
12 |
<div align=center>
|
|
|
162 |
|
163 |
<p align="center"><img src="assets/gradio.jpg" width="95%"></p>
|
164 |
|
165 |
+
## Citation 📜
|
166 |
+
```text
|
167 |
+
@misc{jiang2025rexthinkergroundedobjectreferring,
|
168 |
+
title={Rex-Thinker: Grounded Object Referring via Chain-of-Thought Reasoning},
|
169 |
+
author={Qing Jiang and Xingyu Chen and Zhaoyang Zeng and Junzhi Yu and Lei Zhang},
|
170 |
+
year={2025},
|
171 |
+
eprint={2506.04034},
|
172 |
+
archivePrefix={arXiv},
|
173 |
+
primaryClass={cs.CV},
|
174 |
+
url={https://arxiv.org/abs/2506.04034},
|
175 |
+
}
|
176 |
+
```
|