nielsr HF Staff commited on
Commit
332db20
·
verified ·
1 Parent(s): 4826a1b

Update pipeline tag to any-to-any

Browse files

This PR updates the `pipeline_tag` to `any-to-any` as it better reflects the model's functionality of taking image and text inputs and generating instructions for GUI interaction. A more specific pipeline tag would be beneficial if available in the future.

Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- license: apache-2.0
3
- library_name: transformers
4
  base_model: Qwen/Qwen2-VL-7B-Instruct
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
 
@@ -21,14 +21,14 @@ We introduce OS-Genesis, an interaction-driven pipeline that synthesizes high-qu
21
  ## Quick Start
22
  OS-Genesis-7B-AW is a mobile action model finetuned from [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct).
23
 
24
- ### OS-Genesis AW Family Models
25
  In the following table, we provide an overview of the OS-Genesis AW Family Models used for evaluating the AndroidControl Benchmark.
26
 
27
- | Model Name | Base Model | Training Data | HF Link |
28
  | :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: |
29
- | OS-Genesis-4B-AW | [InternVL2-4B](https://huggingface.co/OpenGVLab/InternVL2-4B) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-4B-AW) |
30
- | OS-Genesis-7B-AW | [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-7B-AW) |
31
- | OS-Genesis-8B-AW | [InternVL2-8B](https://huggingface.co/OpenGVLab/InternVL2-8B) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-8B-AW) |
32
 
33
 
34
  ### Inference Example
@@ -58,7 +58,11 @@ messages = [
58
  "type": "image",
59
  "image": "./web_6f93090a-81f6-489e-bb35-1a2838b18c01.png",
60
  },
61
- {"type": "text", "text": "You are a GUI task expert, I will provide you with a high-level instruction, an action history, a screenshot with its corresponding accessibility tree.\n High-level instruction: {high_level_instruction}\n Action history: {action_history}\n Accessibility tree: {a11y_tree}\n Please generate the low-level thought and action for the next step."},
 
 
 
 
62
  ],
63
  }
64
  ]
 
1
  ---
 
 
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
3
+ library_name: transformers
4
+ license: apache-2.0
5
+ pipeline_tag: any-to-any
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
 
 
21
  ## Quick Start
22
  OS-Genesis-7B-AW is a mobile action model finetuned from [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct).
23
 
24
+ ### OS-Genesis AW Family Models
25
  In the following table, we provide an overview of the OS-Genesis AW Family Models used for evaluating the AndroidControl Benchmark.
26
 
27
+ | Model Name | Base Model | Training Data | HF Link |
28
  | :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: |
29
+ | OS-Genesis-4B-AW | [InternVL2-4B](https://huggingface.co/OpenGVLab/InternVL2-4B) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-4B-AW) |
30
+ | OS-Genesis-7B-AW | [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-7B-AW) |
31
+ | OS-Genesis-8B-AW | [InternVL2-8B](https://huggingface.co/OpenGVLab/InternVL2-8B) | [OS-Genesis-aw-training-data](https://huggingface.co/datasets/OS-Copilot/OS-Genesis-mobile-data/blob/main/os_genesis_aw_training_data.jsonl) | [🤗 link](https://huggingface.co/OS-Copilot/OS-Genesis-8B-AW) |
32
 
33
 
34
  ### Inference Example
 
58
  "type": "image",
59
  "image": "./web_6f93090a-81f6-489e-bb35-1a2838b18c01.png",
60
  },
61
+ {"type": "text", "text": "You are a GUI task expert, I will provide you with a high-level instruction, an action history, a screenshot with its corresponding accessibility tree.
62
+ High-level instruction: {high_level_instruction}
63
+ Action history: {action_history}
64
+ Accessibility tree: {a11y_tree}
65
+ Please generate the low-level thought and action for the next step."},
66
  ],
67
  }
68
  ]