metadata
license: apache-2.0
language:
- zh
task_categories:
- image-classification
- visual-question-answering
tags:
- game
- dinosaur
- computer-vision
size_categories:
- 1K<n<10K
Chrome Dinosaur Game Dataset
用于训练 Chrome 恐龙游戏 AI 的数据集。
数据格式
{
"messages": [
{"role": "user", "content": "<image>Based on the current game state shown in the image, what action should the dinosaur take? Answer with one word only: Jump, Duck, or Run."},
{"role": "assistant", "content": "Jump"}
],
"images": ["dino_images_v3/frame_xxx.png"]
}
数据统计
- 总样本数: 3233
- Jump (跳跃): 44.3%
- Run (奔跑): 40.0%
- Duck (下蹲): 15.7%
使用方法
与 LLaMA-Factory 配合使用进行 Qwen3-VL 微调。