Improve model card: update license, add tags, and HF paper link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,15 +1,21 @@
1
  ---
2
  base_model: OpenGVLab/InternVL2-4B
3
  library_name: transformers
4
- license: apache-2.0
5
  pipeline_tag: image-text-to-text
 
 
 
 
 
 
6
  ---
7
 
8
  # OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis
9
 
10
  <div align="center">
11
 
12
- [\[🏠Homepage\]](https://qiushisun.github.io/OS-Genesis-Home/) [\[💻Code\]](https://github.com/OS-Copilot/OS-Genesis) [\[📝Paper\]](https://arxiv.org/abs/2412.19723) [\[🤗Models\]](https://huggingface.co/collections/OS-Copilot/os-genesis-6768d4b6fffc431dbf624c2d)[\[🤗Data\]](https://huggingface.co/collections/OS-Copilot/os-genesis-6768d4b6fffc431dbf624c2d)
13
 
14
  </div>
15
 
 
1
  ---
2
  base_model: OpenGVLab/InternVL2-4B
3
  library_name: transformers
4
+ license: mit
5
  pipeline_tag: image-text-to-text
6
+ tags:
7
+ - gui-agent
8
+ - vlm
9
+ - multimodal
10
+ - web-navigation
11
+ - android
12
  ---
13
 
14
  # OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis
15
 
16
  <div align="center">
17
 
18
+ [\[🏠Homepage\]](https://qiushisun.github.io/OS-Genesis-Home/) [\[💻Code\]](https://github.com/OS-Copilot/OS-Genesis) [\[📝Paper (arXiv)\]](https://arxiv.org/abs/2412.19723) | [\[📝Paper (Hugging Face)\]](https://huggingface.co/papers/2412.19723) [\[🤗Models\]](https://huggingface.co/collections/OS-Copilot/os-genesis-6768d4b6fffc431dbf624c2d)[\[🤗Data\]](https://huggingface.co/collections/OS-Copilot/os-genesis-6768d4b6fffc431dbf624c2d)
19
 
20
  </div>
21