MilinChen commited on
Commit
0ea81ee
·
verified ·
1 Parent(s): 6f2097e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +82 -3
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # autohub-benchmark
2
+ This project designs common use scenarios for web-based code, model, and dataset hosting platforms, and provides corresponding prompts and ground truth. These resources can be used to evaluate the localization performance of visual language models (VLMs) in specialized scenarios.
3
+
4
+ ## Model Hosting Platform GUI Inference
5
+
6
+ | Model | Platform | Accuracy (%) | Error (%) | Invalid (%) | Completion Rate (%) |
7
+ |-----------|--------------|--------------|-----------|-------------|---------------------|
8
+ | AriaUI | Huggingface | 70.8 | 12.5 | 6.7 | 100.0 |
9
+ | | ModelScope | 57.6 | 14.2 | 28.2 | 100.0 |
10
+ | | OpenCSG | 81.0 | 9.5 | 9.5 | 100.0 |
11
+ | CogAgent | Huggingface | 73.3 | 26.7 | 0.0 | 100.0 |
12
+ | | ModelScope | 57.9 | 29.1 | 13.0 | 96.3 |
13
+ | | OpenCSG | 57.1 | 19.0 | 23.8 | 100.0 |
14
+ | Qwen3B | Huggingface | 8.3 | 15.8 | 19.2 | 41.7 |
15
+ | | ModelScope | 0.0 | 28.6 | 20.6 | 49.2 |
16
+ | | OpenCSG | 4.8 | 4.8 | 9.5 | 19.0 |
17
+ | Qwen7B | Huggingface | 73.3 | 11.7 | 10.8 | 95.8 |
18
+ | | ModelScope | 55.5 | 30.2 | 8.5 | 95.2 |
19
+ | | OpenCSG | 71.4 | 14.3 | 14.3 | 100.0 |
20
+ | SeeClick | Huggingface | 39.2 | 36.7 | 24.2 | 100.0 |
21
+ | | ModelScope | 52.4 | 29.0 | 18.6 | 100.0 |
22
+ | | OpenCSG | 52.4 | 14.3 | 33.3 | 100.0 |
23
+ | ShowUI | Huggingface | 30.0 | 45.0 | 11.7 | 86.7 |
24
+ | | ModelScope | 43.3 | 26.7 | 14.3 | 88.9 |
25
+ | | OpenCSG | 23.8 | 52.4 | 9.5 | 85.7 |
26
+
27
+ Summery:
28
+
29
+ | Model | Accuracy (%) | Error (%) | Invalid (%) | Completion Rate (%) |
30
+ |-----------|--------------|-----------|-------------|---------------------|
31
+ | AriaUI | 67.7 | 19.3 | 11.4 | 100.0 |
32
+ | CogAgent | 63.3 | 34.8 | 3.0 | 98.7 |
33
+ | Qwen3B | 4.5 | 10.8 | 12.9 | 62.6 |
34
+ | Qwen7B | 66.9 | 18.8 | 10.1 | 100.0 |
35
+ | SeeClick | 45.6 | 26.2 | 26.8 | 97.9 |
36
+ | ShowUI | 32.1 | 42.8 | 11.6 | 85.0 |
37
+
38
+ ## Code Hosting Platform GUI Inference
39
+
40
+ | Model | Platform | Accuracy (%) | Error (%) | Invalid (%) | Completion Rate (%) |
41
+ |-----------|--------------|--------------|-----------|-------------|---------------------|
42
+ | AriaUI | GitCode | 57.1 | 28.5 | 14.3 | 100.0 |
43
+ | | Gitea | 71.4 | 28.5 | 0.0 | 100.0 |
44
+ | | Gitee | 57.1 | 28.5 | 14.3 | 100.0 |
45
+ | | Github | 71.4 | 14.3 | 14.3 | 100.0 |
46
+ | | GitLab | 71.4 | 14.3 | 14.3 | 100.0 |
47
+ | CogAgent | GitCode | 71.4 | 28.5 | 0.0 | 100.0 |
48
+ | | Gitea | 71.4 | 28.5 | 0.0 | 100.0 |
49
+ | | Gitee | 100.0 | 0.0 | 0.0 | 100.0 |
50
+ | | Github | 57.1 | 42.8 | 0.0 | 100.0 |
51
+ | | GitLab | 85.7 | 14.3 | 0.0 | 100.0 |
52
+ | Qwen3B | GitCode | 14.2 | 28.5 | 42.8 | 85.7 |
53
+ | | Gitea | 14.2 | 57.1 | 14.2 | 85.7 |
54
+ | | Gitee | 14.2 | 42.8 | 28.5 | 100.0 |
55
+ | | Github | 0.0 | 28.5 | 57.1 | 85.7 |
56
+ | | GitLab | 14.2 | 28.5 | 28.5 | 71.4 |
57
+ | Qwen7B | GitCode | 71.4 | 0.0 | 28.5 | 100.0 |
58
+ | | Gitea | 57.1 | 28.5 | 14.2 | 100.0 |
59
+ | | Gitee | 28.5 | 57.1 | 14.2 | 100.0 |
60
+ | | Github | 0.0 | 14.2 | 85.7 | 100.0 |
61
+ | | GitLab | 85.7 | 14.2 | 0.0 | 100.0 |
62
+ | SeeClick | GitCode | 28.5 | 48.5 | 28.5 | 100.0 |
63
+ | | Gitea | 28.5 | 28.5 | 48.5 | 100.0 |
64
+ | | Gitee | 28.5 | 57.1 | 14.2 | 100.0 |
65
+ | | Github | 14.2 | 57.1 | 28.5 | 100.0 |
66
+ | | GitLab | 0.0 | 71.4 | 28.5 | 100.0 |
67
+ | ShowUI | GitCode | 28.5 | 48.5 | 14.2 | 85.7 |
68
+ | | Gitea | 57.1 | 48.5 | 0.0 | 100.0 |
69
+ | | Gitee | 57.1 | 28.5 | 0.0 | 85.7 |
70
+ | | Github | 48.5 | 14.2 | 28.5 | 85.7 |
71
+ | | GitLab | 48.5 | 14.2 | 14.2 | 71.4 |
72
+
73
+ Summery:
74
+
75
+ | Model | Platform | Accuracy (%) | Error (%) | Invalid (%) | Completion Rate (%) |
76
+ |-----------|--------------|--------------|-----------|-------------|---------------------|
77
+ | AriaUI | 65.7 | 22.8 | 11.4 | 100.0 |
78
+ | CogAgent | 62.9 | 22.8 | 0.0 | 100.0 |
79
+ | Qwen3B | 11.4 | 37.1 | 37.1 | 85.7 |
80
+ | Qwen7B | 48.5 | 22.9 | 28.6 | 100.0 |
81
+ | SeeClick | 20.0 | 51.4 | 28.6 | 100.0 |
82
+ | ShowUI | 45.7 | 28.6 | 11.4 | 85.7 |