--- license: apache-2.0 library_name: transformers base_model: Qwen/Qwen2-VL-7B-Instruct pipeline_tag: image-text-to-text --- # OS-Atlas: A Foundation Action Model For Generalist GUI Agents
[\[🏠Homepage\]](https://osatlas.github.io) [\[💻Code\]](https://github.com/OS-Copilot/OS-Atlas) [\[🚀Quick Start\]](#quick-start) [\[📝Paper\]](https://arxiv.org/abs/2410.23218) [\[🤗Models\]](https://huggingface.co/collections/OS-Copilot/os-atlas-67246e44003a1dfcc5d0d045) [\[🤗ScreenSpot-v2\]](https://huggingface.co/datasets/OS-Copilot/ScreenSpot-v2)
## Overview ![os-atlas](https://github.com/user-attachments/assets/cf2ee020-5e15-4087-9a7e-75cc43662494) OS-Atlas provides a series of models specifically designed for GUI agents. For GUI grounding tasks, you can use: - [OS-Atlas-Base-7B](https://huggingface.co/OS-Copilot/OS-Atlas-Base-7B) - [OS-Atlas-Base-4B](https://huggingface.co/OS-Copilot/OS-Atlas-Base-4B) For generating single-step actions in GUI agent tasks, you can use: - [OS-Atlas-Action-7B](https://huggingface.co/OS-Copilot/OS-Atlas-Action-7B) ## OS-Atlas-Action-7B ## Citation If you find this repository helpful, feel free to cite our paper: ```bibtex @article{wu2024atlas, title={OS-ATLAS: A Foundation Action Model for Generalist GUI Agents}, author={Wu, Zhiyong and Wu, Zhenyu and Xu, Fangzhi and Wang, Yian and Sun, Qiushi and Jia, Chengyou and Cheng, Kanzhi and Ding, Zichen and Chen, Liheng and Liang, Paul Pu and others}, journal={arXiv preprint arXiv:2410.23218}, year={2024} } ```