Angelou0516 commited on
Commit
2d1fdf3
·
verified ·
1 Parent(s): c72c895

Add configs block so Dataset Viewer maps parquet to splits

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -15,6 +15,17 @@ tags:
15
  pretty_name: STS-3D-Tooth
16
  size_categories:
17
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # STS-3D-Tooth
 
15
  pretty_name: STS-3D-Tooth
16
  size_categories:
17
  - n<1K
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: integrity_labeled
22
+ path: data/integrity_labeled-*
23
+ - split: integrity_unlabeled
24
+ path: data/integrity_unlabeled-*
25
+ - split: roi_labeled
26
+ path: data/roi_labeled-*
27
+ - split: roi_unlabeled
28
+ path: data/roi_unlabeled-*
29
  ---
30
 
31
  # STS-3D-Tooth