DaYin commited on
Commit
c2e8857
Β·
verified Β·
1 Parent(s): 4cb0a43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -13
README.md CHANGED
@@ -1,19 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI-Simulator model that is trained on RAG-free 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)
 
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
+ - web-agent
13
+ - world-model
14
+ ---
15
+
16
+ # 🌍 UI-Simulator: LLMs as Scalable, General-Purpose Simulators For Evolving Digital Agent Training
17
+
18
+ [![License](https://img.shields.io/github/license/WadeYin9712/UI-Simulator)](LICENSE)
19
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)]()
20
+ [![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)]()
21
+ [![Stars](https://img.shields.io/github/stars/WadeYin9712/UI-Simulator?style=social)]()
22
+
23
+ πŸ”— **Paper link**: [Link]()
24
+
25
+ 🌐 **Website**: https://ui-simulator.notion.site/llms-as-scalable-digital-world-simulator
26
+
27
+ πŸ“š **Github:** https://github.com/WadeYin9712/UI-Simulator
28
+
29
+ πŸ“§ **Contact:** [da.yin9712@gmail.com](mailto:da.yin9712@gmail.com), [w10y20ming@gmail.com](mailto:w10y20ming@gmail.com)
30
+
31
  ---
32
+
 
 
 
 
 
 
 
 
 
 
33
  # Model Card for Model ID
34
 
35
+ This is the UI-Simulator model that is trained on retrieval-free web UI-Simulator. It is trained to solve WebArena tasks.
36
 
37
  ## Uses
38
 
39
+ We provide a script for loading the model and run WebArena evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/webarena/run.py).