Improve model card: Add pipeline tag, library name, and GitHub link (#1)
Browse files- Improve model card: Add pipeline tag, library name, and GitHub link (51d1542ba03a6eb3524cef444407d49088e656d8)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- xashru/sphinx
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3-VL-8B-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
This model is released alongside the paper
|
| 9 |
-
[SPHINX: A Synthetic Environment for Visual Perception and Reasoning](https://arxiv.org/abs/2511.20814).
|
| 10 |
-
It is trained on the SPHINX training split using Verl with GRPO.
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-VL-8B-Instruct
|
| 4 |
+
datasets:
|
| 5 |
+
- xashru/sphinx
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
+
library_name: transformers
|
| 9 |
---
|
| 10 |
+
|
| 11 |
This model is released alongside the paper
|
| 12 |
+
[SPHINX: A Synthetic Environment for Visual Perception and Reasoning](https://arxiv.org/abs/2511.20814).
|
| 13 |
+
It is trained on the SPHINX training split using Verl with GRPO.
|
| 14 |
+
|
| 15 |
+
For code and more details, see the [GitHub repository](https://github.com/xashru/sphinx).
|