Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,12 +19,14 @@ dataset_info:
|
|
| 19 |
dtype: string
|
| 20 |
- name: full_text_only_thought
|
| 21 |
dtype: string
|
|
|
|
|
|
|
| 22 |
splits:
|
| 23 |
- name: test
|
| 24 |
-
num_bytes:
|
| 25 |
-
num_examples:
|
| 26 |
-
download_size:
|
| 27 |
-
dataset_size:
|
| 28 |
configs:
|
| 29 |
- config_name: default
|
| 30 |
data_files:
|
|
@@ -47,7 +49,7 @@ A multimodal reasoning dataset for game navigation and puzzle-solving tasks.
|
|
| 47 |
|
| 48 |
## Dataset Description
|
| 49 |
|
| 50 |
-
This dataset contains
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
|
|
@@ -56,3 +58,5 @@ from datasets import load_dataset
|
|
| 56 |
|
| 57 |
dataset = load_dataset("huzican/eval_game")
|
| 58 |
|
|
|
|
|
|
|
|
|
| 19 |
dtype: string
|
| 20 |
- name: full_text_only_thought
|
| 21 |
dtype: string
|
| 22 |
+
- name: meta_info
|
| 23 |
+
dtype: string
|
| 24 |
splits:
|
| 25 |
- name: test
|
| 26 |
+
num_bytes: 10196706
|
| 27 |
+
num_examples: 100
|
| 28 |
+
download_size: 10196706
|
| 29 |
+
dataset_size: 10196706
|
| 30 |
configs:
|
| 31 |
- config_name: default
|
| 32 |
data_files:
|
|
|
|
| 49 |
|
| 50 |
## Dataset Description
|
| 51 |
|
| 52 |
+
This dataset contains 100 visual reasoning examples from various game scenarios.
|
| 53 |
|
| 54 |
## Usage
|
| 55 |
|
|
|
|
| 58 |
|
| 59 |
dataset = load_dataset("huzican/eval_game")
|
| 60 |
|
| 61 |
+
运行
|
| 62 |
+
|