Datasets:
Sricharan Reddy Varra
commited on
Commit
·
7f4b0c6
1
Parent(s):
4e8f858
added nb3 dataset Builder
Browse files- ark_example.py +5 -0
ark_example.py
CHANGED
|
@@ -112,6 +112,11 @@ class ArkExample(datasets.GeneratorBasedBuilder):
|
|
| 112 |
description="This dataset is a superset of the nb1 and contains data from notebook 1 in order to start with notebook 2. \
|
| 113 |
Therefore you can start at any notebook with this dataset.",
|
| 114 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
]
|
| 116 |
|
| 117 |
def _info(self):
|
|
|
|
| 112 |
description="This dataset is a superset of the nb1 and contains data from notebook 1 in order to start with notebook 2. \
|
| 113 |
Therefore you can start at any notebook with this dataset.",
|
| 114 |
),
|
| 115 |
+
datasets.BuilderConfig(
|
| 116 |
+
name="nb3",
|
| 117 |
+
version=VERSION,
|
| 118 |
+
description="This dataset contains pixel data generated from Notebook 2 in the Pixie pipeline."
|
| 119 |
+
)
|
| 120 |
]
|
| 121 |
|
| 122 |
def _info(self):
|