Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- split: gatortron
|
| 6 |
path: Clinical Data (gatortron-base)/*
|
|
|
|
|
|
|
| 7 |
- config_name: pathology_report
|
| 8 |
data_files:
|
| 9 |
- split: gatortron
|
|
@@ -49,6 +51,7 @@ This dataset aims to facilitate research in multimodal machine learning for onco
|
|
| 49 |
from datasets import load_dataset
|
| 50 |
|
| 51 |
clinical_dataset = load_dataset("Lab-Rasool/TCGA", "clinical", split="gatortron")
|
|
|
|
| 52 |
pathology_report_dataset = load_dataset("Lab-Rasool/TCGA", "pathology_report", split="gatortron")
|
| 53 |
wsi_dataset = load_dataset("Lab-Rasool/TCGA", "wsi", split="uni")
|
| 54 |
molecular_dataset = load_dataset("Lab-Rasool/TCGA", "molecular", split="senmo")
|
|
|
|
| 4 |
data_files:
|
| 5 |
- split: gatortron
|
| 6 |
path: Clinical Data (gatortron-base)/*
|
| 7 |
+
- split: biobert
|
| 8 |
+
path: Clinical Data (biobert)/*
|
| 9 |
- config_name: pathology_report
|
| 10 |
data_files:
|
| 11 |
- split: gatortron
|
|
|
|
| 51 |
from datasets import load_dataset
|
| 52 |
|
| 53 |
clinical_dataset = load_dataset("Lab-Rasool/TCGA", "clinical", split="gatortron")
|
| 54 |
+
biobert_clinical_dataset = load_dataset("Lab-Rasool/TCGA", "clinical", split="biobert")
|
| 55 |
pathology_report_dataset = load_dataset("Lab-Rasool/TCGA", "pathology_report", split="gatortron")
|
| 56 |
wsi_dataset = load_dataset("Lab-Rasool/TCGA", "wsi", split="uni")
|
| 57 |
molecular_dataset = load_dataset("Lab-Rasool/TCGA", "molecular", split="senmo")
|