KAICLIFE commited on
Commit
28d2b62
·
verified ·
1 Parent(s): aad8a0d

Upload folder using huggingface_hub

Browse files
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: problem
7
+ dtype: string
8
+ - name: data_source
9
+ dtype: string
10
+ - name: images
11
+ dtype: image
12
+ - name: answer
13
+ dtype: string
14
+ - name: acc
15
+ dtype: float32
16
+ splits:
17
+ - name: train
18
+ num_examples: 21802 # 上传到 HF 后会自动更新
19
+ config_name: default
20
+
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: train.parquet
26
+ ---
27
+
28
+ # Dataset Name (请替换成你的数据集名称)
29
+
30
+ ## Dataset Description
31
+
32
+ 这是一个多模态推理数据集,包含以下字段:
33
+
34
+ - **id**:样本唯一标识(string)
35
+ - **problem**:问题文本,通常来自复杂推理场景
36
+ - **data_source**:原始数据来源,例如 `ThinkLite-VL-Hard`、`Vision-SR1` 等
37
+ - **images**:图像,HuggingFace 会自动处理 `{'bytes': ...}` 格式
38
+ - **answer**:标准答案
39
+ - **acc**:模型或人工的正确率标注(0~1 float32)
40
+
41
+ 你可以用于 VQA、多模态推理、模型评估等任务。
42
+
43
+ - **Total Records:** (请填入)
44
+ - **Sources:** ThinkLite-VL-Hard, Vision-SR1, (or others)
45
+ - **Tasks:** Visual QA, Multimodal Reasoning, Evaluation
46
+
47
+ ---
48
+
49
+ ## Dataset Structure
50
+
51
+ ### Data Fields
52
+
53
+ | Field | Type | Description |
54
+ |--------------|-----------|-------------|
55
+ | `id` | string | 样本ID |
56
+ | `problem` | string | 问题文本 |
57
+ | `data_source`| string | 来源数据集名称 |
58
+ | `images` | image | 图像(自动处理bytes) |
59
+ | `answer` | string | 标准答案 |
60
+ | `acc` | float32 | 正确率标签 |
61
+
62
+ ### Example Instance
63
+
64
+ ```json
65
+ {
66
+ "id": "sample_00123",
67
+ "problem": "What is the so
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: problem
7
+ dtype: string
8
+ - name: data_source
9
+ dtype: string
10
+ - name: images
11
+ dtype: image
12
+ - name: answer
13
+ dtype: string
14
+ - name: acc
15
+ dtype: float32
16
+ splits:
17
+ - name: train
18
+ num_examples: 21802 # 上传到 HF 后会自动更新
19
+ config_name: default
20
+
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: train.parquet
26
+ ---
27
+
28
+ # Dataset Name (请替换成你的数据集名称)
29
+
30
+ ## Dataset Description
31
+
32
+ 这是一个多模态推理数据集,包含以下字段:
33
+
34
+ - **id**:样本唯一标识(string)
35
+ - **problem**:问题文本,通常来自复杂推理场景
36
+ - **data_source**:原始数据来源,例如 `ThinkLite-VL-Hard`、`Vision-SR1` 等
37
+ - **images**:图像,HuggingFace 会自动处理 `{'bytes': ...}` 格式
38
+ - **answer**:标准答案
39
+ - **acc**:模型或人工的正确率标注(0~1 float32)
40
+
41
+ 你可以用于 VQA、多模态推理、模型评估等任务。
42
+
43
+ - **Total Records:** (请填入)
44
+ - **Sources:** ThinkLite-VL-Hard, Vision-SR1, (or others)
45
+ - **Tasks:** Visual QA, Multimodal Reasoning, Evaluation
46
+
47
+ ---
48
+
49
+ ## Dataset Structure
50
+
51
+ ### Data Fields
52
+
53
+ | Field | Type | Description |
54
+ |--------------|-----------|-------------|
55
+ | `id` | string | 样本ID |
56
+ | `problem` | string | 问题文本 |
57
+ | `data_source`| string | 来源数据集名称 |
58
+ | `images` | image | 图像(自动处理bytes) |
59
+ | `answer` | string | 标准答案 |
60
+ | `acc` | float32 | 正确率标签 |
61
+
62
+ ### Example Instance
63
+
64
+ ```json
65
+ {
66
+ "id": "sample_00123",
67
+ "problem": "What is the so
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b566404d5437486c030604e0f4f76caf43c8940e06b67e248e54f449f458430
3
+ size 979058924