Levi-ZJY commited on
Commit
9b94533
·
verified ·
1 Parent(s): 2c5bac8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
  language:
3
  - en
4
- license: cc-by-4.0 # ← 按你的数据改
5
  size_categories:
6
- - 1K<n<10K # ← 按实际样本量改
7
  task_categories:
8
  - visual-question-answering
9
  - multiple-choice
10
- pretty_name: ChestX-MCQA # ← 自定义数据集名
 
11
  dataset_info:
12
  features:
13
  - name: now_idx
@@ -22,11 +23,11 @@ dataset_info:
22
  dtype: string
23
  - name: option
24
  struct:
25
- - name: "A"
26
  dtype: int64
27
- - name: "B"
28
  dtype: int64
29
- - name: "C"
30
  dtype: int64
31
  - name: right_option
32
  dtype: string
@@ -35,19 +36,19 @@ dataset_info:
35
 
36
  splits:
37
  - name: test
38
- - num_examples: 862
39
 
40
  configs:
41
  - config_name: default
42
  data_files:
43
  - split: test
44
- path: TestSet_ImagePairSelection.json # ← 按你仓库里的实际路径模式
45
-
46
  ---
47
 
48
 
49
 
50
 
 
51
  # TemMed-Bench: Evaluating Temporal Medical Image Reasoning in Vision-Language Models
52
 
53
  [**🌐 Homepage**](https://t) | [**🤗 Dataset**](https://t) | [**📖 Paper**](https://t)
 
1
  ---
2
  language:
3
  - en
4
+ license: cc-by-4.0
5
  size_categories:
6
+ - 1K<n<10K
7
  task_categories:
8
  - visual-question-answering
9
  - multiple-choice
10
+ pretty_name: ChestX-MCQA
11
+
12
  dataset_info:
13
  features:
14
  - name: now_idx
 
23
  dtype: string
24
  - name: option
25
  struct:
26
+ - name: A
27
  dtype: int64
28
+ - name: B
29
  dtype: int64
30
+ - name: C
31
  dtype: int64
32
  - name: right_option
33
  dtype: string
 
36
 
37
  splits:
38
  - name: test
39
+ num_examples: 862 # 可选,不写也行
40
 
41
  configs:
42
  - config_name: default
43
  data_files:
44
  - split: test
45
+ path: TestSet_ImagePairSelection.json
 
46
  ---
47
 
48
 
49
 
50
 
51
+
52
  # TemMed-Bench: Evaluating Temporal Medical Image Reasoning in Vision-Language Models
53
 
54
  [**🌐 Homepage**](https://t) | [**🤗 Dataset**](https://t) | [**📖 Paper**](https://t)