| --- |
| license: other |
| language: |
| - zh |
| tags: |
| - gui |
| - world-model |
| - mobile-ui |
| --- |
| |
| # Chinese-GUI-worldmodel |
|
|
| Training artifacts for AppDeltaWorld. The release comprises trajectories, image |
| shards, page annotations, and derived Level-1 retrieval assets. |
|
|
| ## Files |
|
|
| - `trajectories/`: trajectory annotations. |
| - `images/`: 39 independently extractable image shards. |
| - `page-annotations/`: structured page annotations and reconstructed HTML. |
| - `derived/`: Level-1 HTML references, retrieval records, embeddings, clusters, |
| and transition index. |
| - `manifests/`: archive file manifests and SHA-256 checksums. |
|
|
| Verify archive integrity with: |
|
|
| ```bash |
| sha256sum -c manifests/checksums.sha256 |
| ``` |
|
|
| Extract all archives into the same destination to preserve the original relative |
| paths. This training release does not include CMGUI test data; CMGUIBench-500 is |
| released separately in `xwk123/AppDeltaWorld-Eval`. |
|
|
| Before use or redistribution, comply with the licenses and terms of the |
| underlying application data. The release may contain application UI content and |
| should be used only for research purposes. |
|
|