Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
5 |
+
---
|
6 |
+
# TongUI: Building Generalized GUI Agents by Learning from Multimodal Web Tutorials
|
7 |
+
|
8 |
+
Model trained from [GUI-Net Dataset](https://huggingface.co/datasets/Bofeee5675/GUI-Net-1M)
|
9 |
+
|
10 |
+
See detail at our [Project Page](https://github.com/TongUI-agent/TongUI-agent)
|
11 |
+
|
12 |
+
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
The base model is `Qwen/Qwen2.5-VL-7B-Instruct`. We fine-tuned base model by Lora.
|