Datasets:
Sricharan Reddy Varra
commited on
Commit
·
5b0b118
1
Parent(s):
9ed93a8
add configs to _info
Browse files- ark_example.py +3 -0
ark_example.py
CHANGED
|
@@ -164,6 +164,9 @@ class ArkExample(datasets.GeneratorBasedBuilder):
|
|
| 164 |
"cluster_pixels",
|
| 165 |
"cluster_cells",
|
| 166 |
"post_clustering",
|
|
|
|
|
|
|
|
|
|
| 167 |
]:
|
| 168 |
features = datasets.Features(
|
| 169 |
{f: datasets.Value("string") for f in _URL_DATASET_CONFIGS[self.config.name].keys()}
|
|
|
|
| 164 |
"cluster_pixels",
|
| 165 |
"cluster_cells",
|
| 166 |
"post_clustering",
|
| 167 |
+
"fiber_segmentation",
|
| 168 |
+
"LDA_preprocessing",
|
| 169 |
+
"LDA_training_inference",
|
| 170 |
]:
|
| 171 |
features = datasets.Features(
|
| 172 |
{f: datasets.Value("string") for f in _URL_DATASET_CONFIGS[self.config.name].keys()}
|