Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
---
|
2 |
-
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
3 |
-
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
4 |
configs:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
# Dataset Card for Dataset Name
|
|
|
1 |
---
|
|
|
|
|
2 |
configs:
|
3 |
+
- config_name: clinical_data
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: Clinical Data (gatortron-base)/*
|
7 |
+
- config_name: pathology_report
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: Pathology Report (gatortron-base)/*
|
11 |
+
- config_name: slide_image
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: Slide Image (UNI)/*
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
tags:
|
18 |
+
- medical
|
19 |
+
pretty_name: TCGA
|
20 |
---
|
21 |
|
22 |
# Dataset Card for Dataset Name
|