Update README.md
Browse files
README.md
CHANGED
@@ -3,39 +3,37 @@ configs:
|
|
3 |
- config_name: clinical
|
4 |
data_files:
|
5 |
- split: gatortron
|
6 |
-
path:
|
7 |
- split: medgemma
|
8 |
-
path:
|
9 |
- split: qwen
|
10 |
-
path:
|
11 |
- split: llama
|
12 |
-
path:
|
13 |
-
- split: biobert
|
14 |
-
path: clinical_biobert/*
|
15 |
- config_name: pathology_report
|
16 |
data_files:
|
17 |
- split: gatortron
|
18 |
-
path:
|
19 |
- split: medgemma
|
20 |
-
path:
|
21 |
- split: qwen
|
22 |
-
path:
|
23 |
- split: llama
|
24 |
-
path:
|
25 |
- config_name: wsi
|
26 |
data_files:
|
27 |
- split: uni
|
28 |
-
path:
|
29 |
- config_name: molecular
|
30 |
data_files:
|
31 |
- split: senmo
|
32 |
-
path:
|
33 |
- config_name: radiology
|
34 |
data_files:
|
35 |
- split: remedis
|
36 |
-
path:
|
37 |
- split: radimagenet
|
38 |
-
path:
|
39 |
language:
|
40 |
- en
|
41 |
tags:
|
|
|
3 |
- config_name: clinical
|
4 |
data_files:
|
5 |
- split: gatortron
|
6 |
+
path: Clinical Data (gatortron-base)/*
|
7 |
- split: medgemma
|
8 |
+
path: Clinical Data (medgemma)/*
|
9 |
- split: qwen
|
10 |
+
path: Clinical Data (qwen)/*
|
11 |
- split: llama
|
12 |
+
path: Clinical Data (llama)/*
|
|
|
|
|
13 |
- config_name: pathology_report
|
14 |
data_files:
|
15 |
- split: gatortron
|
16 |
+
path: Pathology Report (gatortron-base)/*
|
17 |
- split: medgemma
|
18 |
+
path: Pathology Report (medgemma)/*
|
19 |
- split: qwen
|
20 |
+
path: Pathology Report (qwen)/*
|
21 |
- split: llama
|
22 |
+
path: Pathology Report (llama)/*
|
23 |
- config_name: wsi
|
24 |
data_files:
|
25 |
- split: uni
|
26 |
+
path: Slide Image (UNI)/*
|
27 |
- config_name: molecular
|
28 |
data_files:
|
29 |
- split: senmo
|
30 |
+
path: Molecular (SeNMo)/*
|
31 |
- config_name: radiology
|
32 |
data_files:
|
33 |
- split: remedis
|
34 |
+
path: Radiology (REMEDIS)/*
|
35 |
- split: radimagenet
|
36 |
+
path: Radiology (RadImageNet)/*
|
37 |
language:
|
38 |
- en
|
39 |
tags:
|