Rubywong123 commited on
Commit
15abf12
·
verified ·
1 Parent(s): 5a61961

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - UI-Simulator/UI-Simulator_android_data
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Qwen/Qwen2.5-7B-Instruct
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - agent
12
+ ---
13
+ # Model Card for Model ID
14
+
15
+ This is the UI-Simulator model that is trained on RAG-based Android UI-Simulator. It is trained to solve AndroidWorld tasks.
16
+
17
+ ## Uses
18
+
19
+ We provide a script for loading the model and run AndroidWorld evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/android_world/run.py)