MitakaKuma commited on
Commit
6e288dd
·
verified ·
1 Parent(s): a7e8c19

docs: dataset viewer + configs

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -5,12 +5,21 @@ tags:
5
  - medical
6
  - ct
7
  - demo
 
 
 
 
 
8
  ---
9
-
10
  # SMILE_DEMO_Dataset
11
 
12
  Small **demo / tutorial** release of public thoracic CT samples used with the SMILE and OpenVAE tooling.
13
 
 
 
 
 
 
14
  ## OpenVAE / SMILE project
15
 
16
  This dataset is part of the **OpenVAE** open-source ecosystem for medical CT/MRI latent modeling and reconstruction or diffusion-style experiments.
 
5
  - medical
6
  - ct
7
  - demo
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/train-00000-of-00001.parquet
13
  ---
 
14
  # SMILE_DEMO_Dataset
15
 
16
  Small **demo / tutorial** release of public thoracic CT samples used with the SMILE and OpenVAE tooling.
17
 
18
+ ## Dataset viewer (Hugging Face)
19
+
20
+ The **Dataset viewer** shows `data/train-00000-of-00001.parquet` describing **`Dataset101.zip`**. The archive is not expanded on the Hub; download it from **Files** and unzip locally.
21
+
22
+
23
  ## OpenVAE / SMILE project
24
 
25
  This dataset is part of the **OpenVAE** open-source ecosystem for medical CT/MRI latent modeling and reconstruction or diffusion-style experiments.