File size: 730 Bytes
a9cc30c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: dataset
    dtype: string
  - name: original_question
    dtype: string
  - name: paraphrase
    dtype: string
  - name: phenomenon
    dtype: string
  - name: similarity
    dtype: float32
  - name: image_file
    dtype: string
  - name: question_type
    dtype: string
  - name: ground_truth
    dtype: string
  splits:
  - name: mimic_cxr
    num_bytes: 2820454
    num_examples: 12264
  - name: padchest
    num_bytes: 18739989
    num_examples: 79966
  download_size: 1889471
  dataset_size: 21560443
configs:
- config_name: default
  data_files:
  - split: mimic_cxr
    path: data/mimic_cxr-*
  - split: padchest
    path: data/padchest-*
---