nielsr HF Staff commited on
Commit
9abc284
·
verified ·
1 Parent(s): 511f2ec

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

Browse files

This PR improves the model card for OS-Genesis by:

- Updating the `license` metadata from Apache-2.0 to MIT, aligning with the license specified in the official GitHub repository.
- Adding relevant `tags` to the metadata (`gui-agent`, `vlm`, `multimodal`, `web-navigation`, `android`) for better categorization and searchability on the Hugging Face Hub.
- Including an explicit link to the Hugging Face paper page (https://huggingface.co/papers/2412.19723) in the content section, alongside the existing arXiv link, to enhance discoverability within the Hub.

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