QiushiSun commited on
Commit
a9f58c7
·
verified ·
1 Parent(s): 9b362bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,8 +21,8 @@ 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 AC Family Models
25
- In the following table, we provide an overview of the OS-Genesis AC Family Models used for evaluating the AndroidControl Benchmark.
26
 
27
  | Model Name | Base Model | Training Data | HF Link |
28
  | :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: |
@@ -46,7 +46,7 @@ from qwen_vl_utils import process_vision_info
46
 
47
  # Default: Load the model on the available device(s)
48
  model = Qwen2VLForConditionalGeneration.from_pretrained(
49
- "OS-Copilot/OS-Genesis-7B-AC", torch_dtype="auto", device_map="auto"
50
  )
51
  processor = AutoProcessor.from_pretrained("OS-Copilot/OS-Atlas-Base-7B")
52
 
 
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
  | :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: |
 
46
 
47
  # Default: Load the model on the available device(s)
48
  model = Qwen2VLForConditionalGeneration.from_pretrained(
49
+ "OS-Copilot/OS-Genesis-7B-AW", torch_dtype="auto", device_map="auto"
50
  )
51
  processor = AutoProcessor.from_pretrained("OS-Copilot/OS-Atlas-Base-7B")
52