Improve model card: update pipeline tag and add relevant tags
Browse filesThis PR improves the model card for OS-Genesis-7B-AW by:
- Updating the `pipeline_tag` from `any-to-any` to `image-text-to-text`, which more accurately reflects the model's functionality (taking image and text inputs to produce text outputs) and ensures it appears in the correct filtering category on the Hub (https://huggingface.co/models?pipeline_tag=image-text-to-text).
- Adding relevant `tags` such as `gui-agent`, `web-agent`, `mobile-agent`, `qwen2-vl`, and `multimodal` to further describe the model's domain, application, and architecture for better discoverability.
- No changes were made to the paper link in the content, adhering to the instruction that an existing arXiv link does not need to be replaced.
README.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
| 2 |
base_model: Qwen/Qwen2-VL-7B-Instruct
|
| 3 |
library_name: transformers
|
| 4 |
license: apache-2.0
|
| 5 |
-
pipeline_tag:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis
|
|
|
|
| 2 |
base_model: Qwen/Qwen2-VL-7B-Instruct
|
| 3 |
library_name: transformers
|
| 4 |
license: apache-2.0
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
+
tags:
|
| 7 |
+
- gui-agent
|
| 8 |
+
- web-agent
|
| 9 |
+
- mobile-agent
|
| 10 |
+
- qwen2-vl
|
| 11 |
+
- multimodal
|
| 12 |
---
|
| 13 |
|
| 14 |
# OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis
|