chaoyi-wu commited on
Commit
d156c8c
1 Parent(s): 04afee1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -5,4 +5,26 @@ tags:
5
  ---
6
  # RadFM_data_csv
7
 
8
- The data_csv used for training and testing [RadFM](https://github.com/chaoyi-wu/RadFM)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # RadFM_data_csv
7
 
8
+ The data_csv used for training and testing [RadFM](https://github.com/chaoyi-wu/RadFM).
9
+
10
+ The explanation for each csv file are listed as:
11
+
12
+
13
+ | File | Explanation |
14
+ | ---------------- | ---------------- |
15
+ | radiology_test/train.json | The file for RP3D dataset containing rich information like caption, artical linking for one case|
16
+ | radiology_vqa_test/train.json | The file for RP3D vqa subdataset containing the question and answer for rp3D images |
17
+ | article.json | The file for RP3D case linked article contents|
18
+ | modality_set.json | The file for the modality set for RP3D images|
19
+ | (filtered)_casa_report_train/test | The file used for PMC_case_report check https://huggingface.co/datasets/chaoyi-wu/PMC-CaseReport for more details |
20
+ | chestxray_balance_train/test | The file used for all chestXray-related dataset, the class type has been balanced |
21
+ | MedPix_series | The file used for MedPix_series, ``multi'' denotes the whole caption for a multi-scan case and "single" denotes the caption of a single image.|
22
+ | mimic_caption_train/tes | mimic caption data. |
23
+ | pmc_oa_image_caption_train/test | PMC-OA captioning data |
24
+ | PMC_VQA_train/test | The file for PMC_VQA dataset, |
25
+ | slakevqa_train/test | The file for SLAKE_VQA dataset |
26
+ | VQA_RAD_train/test | The file for VQA_RAD dataset |
27
+ | mammo_train/test | The file for VinDR_mammo dataset |
28
+ | pcxr_train/test | The file for VinDR_PCXR dataset |
29
+ | spinexr_train/test | The file for spinexr dataset |
30
+