Improve model card: Add metadata and links to paper and code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
### Model Overview
|
| 2 |
|
| 3 |
-
This model is a **Query-Driven Trustworthy OS Agent** implemented as described in the paper:
|
| 4 |
|
| 5 |
-
**VeriOS: Query-Driven Proactive Human-Agent-GUI Interaction for Trustworthy OS Agents**
|
| 6 |
|
| 7 |
It is initialized with weights from the **Qwen2.5-VL-7B** model.
|
|
|
|
| 8 |
|
| 9 |
### Citation
|
| 10 |
|
|
@@ -15,3 +22,4 @@ It is initialized with weights from the **Qwen2.5-VL-7B** model.
|
|
| 15 |
journal={arXiv preprint arXiv:2509.07553},
|
| 16 |
year={2025}
|
| 17 |
}
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
+
library_name: transformers
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
### Model Overview
|
| 8 |
|
| 9 |
+
This model, **VeriOS-Agent**, is a **Query-Driven Trustworthy OS Agent** implemented as described in the paper:
|
| 10 |
|
| 11 |
+
**[VeriOS: Query-Driven Proactive Human-Agent-GUI Interaction for Trustworthy OS Agents](https://huggingface.co/papers/2509.07553)**
|
| 12 |
|
| 13 |
It is initialized with weights from the **Qwen2.5-VL-7B** model.
|
| 14 |
+
The code for VeriOS can be found on the [official GitHub repository](https://github.com/Wuzheng02/VeriOS).
|
| 15 |
|
| 16 |
### Citation
|
| 17 |
|
|
|
|
| 22 |
journal={arXiv preprint arXiv:2509.07553},
|
| 23 |
year={2025}
|
| 24 |
}
|
| 25 |
+
```
|