Commit
·
8b06de9
1
Parent(s):
8185b3d
fix(lol)
Browse files
README.md
CHANGED
@@ -30,14 +30,14 @@ dataset_info:
|
|
30 |
dtype: string
|
31 |
splits:
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
-
num_examples:
|
35 |
- name: validation
|
36 |
num_bytes: 107794247
|
37 |
num_examples: 20037
|
38 |
- name: test
|
39 |
-
num_bytes:
|
40 |
-
num_examples:
|
41 |
-
download_size:
|
42 |
-
dataset_size:
|
43 |
---
|
|
|
30 |
dtype: string
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 244576002
|
34 |
+
num_examples: 41255
|
35 |
- name: validation
|
36 |
num_bytes: 107794247
|
37 |
num_examples: 20037
|
38 |
- name: test
|
39 |
+
num_bytes: 1676470
|
40 |
+
num_examples: 740
|
41 |
+
download_size: 233313636
|
42 |
+
dataset_size: 354046719
|
43 |
---
|
bugnet.py
CHANGED
@@ -31,7 +31,7 @@ _URLS = {
|
|
31 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
32 |
"""TODO: Short description of my dataset."""
|
33 |
|
34 |
-
VERSION = datasets.Version("1.
|
35 |
|
36 |
def _info(self):
|
37 |
features = datasets.Features(
|
|
|
31 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
32 |
"""TODO: Short description of my dataset."""
|
33 |
|
34 |
+
VERSION = datasets.Version("1.2.0")
|
35 |
|
36 |
def _info(self):
|
37 |
features = datasets.Features(
|