Rubywong123 commited on
Commit
21f5ffd
·
verified ·
1 Parent(s): f16d196

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_web_data
5
+ language:
6
+ - en
7
+ base_model:
8
+ - meta-llama/Meta-Llama-3-8B-Instruct
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - agent
12
+ ---
13
+ # Model Card for Model ID
14
+
15
+ This is the Step2 UI-Simulator-Grow model that is trained on RAG-based Web UI-Simulator. It is trained to solve WebArena tasks.
16
+
17
+ ## Uses
18
+
19
+ We provide a script for loading the model and run WebArena evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/webarena/run.py)