thanminh01 commited on
Commit
663bdc4
·
verified ·
1 Parent(s): c4d6cf7

Upload folder using huggingface_hub

Browse files
embeddings/README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Embeddings (populated later)
2
+
3
+ Precomputed case-bank artifacts for the thesis pipeline. More embedding types may be added beyond the stubs below.
4
+
5
+ Pull example:
6
+
7
+ hf download thanminh01/NSCLC-THESIS-WSI-DATASET-EMBEDDING --repo-type dataset \
8
+ --include "embeddings/titan/**" --local-dir .
9
+
10
+ Stubs (extend later as needed):
11
+ - `titan/` — TITAN slide embeddings (retrieval)
12
+ - `gigapath/` — Prov-GigaPath features (WSI-LLaVA input)
13
+ - `wsi_llava/` — cached descriptions / related outputs
14
+
15
+ Empty until Stage 2 precompute runs on GPU.
embeddings/gigapath/CPTAC-LSCC/.gitkeep ADDED
File without changes
embeddings/gigapath/CPTAC-LUAD/.gitkeep ADDED
File without changes
embeddings/gigapath/TCGA-LUAD/.gitkeep ADDED
File without changes
embeddings/gigapath/TCGA-LUSC/.gitkeep ADDED
File without changes
embeddings/titan/CPTAC-LSCC/.gitkeep ADDED
File without changes
embeddings/titan/CPTAC-LUAD/.gitkeep ADDED
File without changes
embeddings/titan/TCGA-LUAD/.gitkeep ADDED
File without changes
embeddings/titan/TCGA-LUSC/.gitkeep ADDED
File without changes
embeddings/wsi_llava/CPTAC-LSCC/.gitkeep ADDED
File without changes
embeddings/wsi_llava/CPTAC-LUAD/.gitkeep ADDED
File without changes
embeddings/wsi_llava/TCGA-LUAD/.gitkeep ADDED
File without changes
embeddings/wsi_llava/TCGA-LUSC/.gitkeep ADDED
File without changes