CoolFace
Datasetpublic

KMK040412/gui-libra-aw-packed

GUI-Libra AW-Packed (mobile_use, episode-packed) Curated from GUI-Libra/GUI-Libra-81K-SFT (android subsets: aitw, amex, android_control, gui-odyssey, coat-terminal) into the Fast-dVLM / GUI-Owl-1.5-2B packed-parquet schema, action-balanced for AndroidWorld. Schema matches KMK040412/guiowl-aw-mix-hybrid-packed EXACTLY: source, episode_id, step_id, app, instruction, history, screenshot, screen_width, screen_height, target_json, action_type, coordinate, coordinate2, ep_len.… See the full description on the dataset page: https://huggingface.co/datasets/KMK040412/gui-libra-aw-packed.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes236downloads
Dataset Card

GUI-Libra AW-Packed (mobile_use, episode-packed)

Curated from GUI-Libra/GUI-Libra-81K-SFT (android subsets: aitw, amex, android_control, gui-odyssey, coat-terminal) into the Fast-dVLM / GUI-Owl-1.5-2B packed-parquet schema, action-balanced for AndroidWorld.

Schema matches KMK040412/guiowl-aw-mix-hybrid-packed EXACTLY: source, episode_id, step_id, app, instruction, history, screenshot, screen_width, screen_height, target_json, action_type, coordinate, coordinate2, ep_len.

  • Coordinates normalized to 0-1000 (x,y), resize-invariant.
  • target_json is the assistant mobile_use tool-call: <tool_call>\n{"name":"mobile_use","arguments":{...}}\n</tool_call>.
  • Action vocabulary: click, type, swipe, systembutton (Back/Home/Enter), terminate, wait, open, answer, longpress.
  • Episode-structured (rows contiguous by episode_id, ordered by step_id), consumable by the trainer's --data-mode episode packer.

Stats

json
{
  "source": "gui_libra",
  "repo": "GUI-Libra/GUI-Libra-81K-SFT",
  "episodes": 15198,
  "steps": 69732,
  "shards": 18,
  "action_dist": {
    "open": 816,
    "click": 41769,
    "type": 10104,
    "answer": 589,
    "terminate": 6000,
    "swipe": 6294,
    "system_button": 3178,
    "long_press": 91,
    "wait": 891
  },
  "ep_len_summary": {
    "mean": 4.59,
    "max": 51,
    "steps_in_L>=10": 16059
  }
}