Commit ·
db045e2
1
Parent(s): 44e771d
feat: merged test cases into string
Browse files- aoc.py +1 -1
- dataset.jsonl +2 -2
aoc.py
CHANGED
|
@@ -28,7 +28,7 @@ _URLS = {
|
|
| 28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
| 29 |
"""TODO: Short description of my dataset."""
|
| 30 |
|
| 31 |
-
VERSION = datasets.Version("1.
|
| 32 |
|
| 33 |
def _info(self):
|
| 34 |
features = datasets.Features(
|
|
|
|
| 28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
| 29 |
"""TODO: Short description of my dataset."""
|
| 30 |
|
| 31 |
+
VERSION = datasets.Version("1.4.0")
|
| 32 |
|
| 33 |
def _info(self):
|
| 34 |
features = datasets.Features(
|
dataset.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c5bdbc10775f532e09b2a96c656ee191992f634b7ed96e328ec9c7d0fb26a29
|
| 3 |
+
size 23847
|