Add pipeline tag and library name metadata
Browse filesHi! I'm Niels from the Hugging Face community science team.
I've updated the model card's metadata to include the `image-text-to-text` pipeline tag and the `transformers` library name. These changes help ensure the model appears in the correct categories when users filter by task on the Hub and enable library-specific features like the automated "Use in Transformers" button.
I have preserved all your existing content, including the performance benchmarks, usage snippets, and citation information.
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: image-text-to-text
|
| 7 |
---
|
| 8 |
|
| 9 |
# SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments
|