Improve model card: add library_name, arxiv tag and fix paper link
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,23 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- AdaReasoner/AdaReasoner-TC-Randomized
|
| 5 |
- AdaReasoner/AdaReasoner-TG-Data
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
-
base_model:
|
| 11 |
-
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 12 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
| 13 |
tags:
|
| 14 |
- agent
|
| 15 |
---
|
|
|
|
| 16 |
<div align="center">
|
| 17 |
<img src="logo.png" alt="Logo" width="300">
|
| 18 |
<h1 align="center">Dynamic Tool Orchestration for Iterative Visual Reasoning</h1>
|
| 19 |
|
| 20 |
-
<a href="
|
| 21 |
<img src="https://img.shields.io/badge/Paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white" alt="Paper">
|
| 22 |
</a>
|
| 23 |
<a href="https://github.com/ssmisya/AdaReasoner/tree/main/docs">
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
datasets:
|
| 5 |
- AdaReasoner/AdaReasoner-TC-Randomized
|
| 6 |
- AdaReasoner/AdaReasoner-TG-Data
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
+
license: apache-2.0
|
| 10 |
metrics:
|
| 11 |
- accuracy
|
|
|
|
|
|
|
| 12 |
pipeline_tag: image-text-to-text
|
| 13 |
+
library_name: transformers
|
| 14 |
+
arxiv: 2601.18631
|
| 15 |
tags:
|
| 16 |
- agent
|
| 17 |
---
|
| 18 |
+
|
| 19 |
<div align="center">
|
| 20 |
<img src="logo.png" alt="Logo" width="300">
|
| 21 |
<h1 align="center">Dynamic Tool Orchestration for Iterative Visual Reasoning</h1>
|
| 22 |
|
| 23 |
+
<a href="https://huggingface.co/papers/2601.18631">
|
| 24 |
<img src="https://img.shields.io/badge/Paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white" alt="Paper">
|
| 25 |
</a>
|
| 26 |
<a href="https://github.com/ssmisya/AdaReasoner/tree/main/docs">
|