Update README.md
Browse files
README.md
CHANGED
@@ -61,12 +61,11 @@ This dataset aims to facilitate research in multimodal machine learning for onco
|
|
61 |
```python
|
62 |
from datasets import load_dataset
|
63 |
|
64 |
-
# Clinical data embeddings (
|
65 |
clinical_gatortron = load_dataset("Lab-Rasool/TCGA", "clinical", split="gatortron")
|
66 |
clinical_medgemma = load_dataset("Lab-Rasool/TCGA", "clinical", split="medgemma")
|
67 |
clinical_qwen = load_dataset("Lab-Rasool/TCGA", "clinical", split="qwen")
|
68 |
clinical_llama = load_dataset("Lab-Rasool/TCGA", "clinical", split="llama")
|
69 |
-
clinical_biobert = load_dataset("Lab-Rasool/TCGA", "clinical", split="biobert")
|
70 |
|
71 |
# Pathology report embeddings (4 models available)
|
72 |
pathology_gatortron = load_dataset("Lab-Rasool/TCGA", "pathology_report", split="gatortron")
|
|
|
61 |
```python
|
62 |
from datasets import load_dataset
|
63 |
|
64 |
+
# Clinical data embeddings (4 models available)
|
65 |
clinical_gatortron = load_dataset("Lab-Rasool/TCGA", "clinical", split="gatortron")
|
66 |
clinical_medgemma = load_dataset("Lab-Rasool/TCGA", "clinical", split="medgemma")
|
67 |
clinical_qwen = load_dataset("Lab-Rasool/TCGA", "clinical", split="qwen")
|
68 |
clinical_llama = load_dataset("Lab-Rasool/TCGA", "clinical", split="llama")
|
|
|
69 |
|
70 |
# Pathology report embeddings (4 models available)
|
71 |
pathology_gatortron = load_dataset("Lab-Rasool/TCGA", "pathology_report", split="gatortron")
|