Datasets:

IUCompPath-User commited on
Commit
27adaa9
·
verified ·
1 Parent(s): 5ba3286

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ Example streaming load:
89
  ```python
90
  from datasets import load_dataset
91
 
92
- ds = load_dataset("IUCompPath/CRAFT", name="conch_v15_20x", split="TCGA_BRCA", streaming=True)
93
  ```
94
 
95
  Each row is a chunk of patch embeddings from one slide.
 
89
  ```python
90
  from datasets import load_dataset
91
 
92
+ ds = load_dataset("IUCompPath/TRACE", name="conch_v15_20x", split="TCGA_BRCA", streaming=True)
93
  ```
94
 
95
  Each row is a chunk of patch embeddings from one slide.