Dataset splitted
Browse files- README.md +29 -8
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -2,26 +2,47 @@
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: original
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
- name: us_pass_augmentated_1
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
- name: us_pass_augmentated_2
|
9 |
-
|
|
|
|
|
|
|
|
|
10 |
- name: us_pass_augmentated_3
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
- name: answers
|
13 |
dtype: string
|
14 |
- name: question
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
-
num_examples:
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- config_name: default
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: data/train-*
|
|
|
|
|
27 |
---
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: original
|
5 |
+
struct:
|
6 |
+
- name: bytes
|
7 |
+
dtype: binary
|
8 |
+
- name: path
|
9 |
+
dtype: 'null'
|
10 |
- name: us_pass_augmentated_1
|
11 |
+
struct:
|
12 |
+
- name: bytes
|
13 |
+
dtype: binary
|
14 |
+
- name: path
|
15 |
+
dtype: 'null'
|
16 |
- name: us_pass_augmentated_2
|
17 |
+
struct:
|
18 |
+
- name: bytes
|
19 |
+
dtype: binary
|
20 |
+
- name: path
|
21 |
+
dtype: 'null'
|
22 |
- name: us_pass_augmentated_3
|
23 |
+
struct:
|
24 |
+
- name: bytes
|
25 |
+
dtype: binary
|
26 |
+
- name: path
|
27 |
+
dtype: 'null'
|
28 |
- name: answers
|
29 |
dtype: string
|
30 |
- name: question
|
31 |
dtype: string
|
32 |
splits:
|
33 |
- name: train
|
34 |
+
num_bytes: 175712144
|
35 |
+
num_examples: 18
|
36 |
+
- name: test
|
37 |
+
num_bytes: 49237337
|
38 |
+
num_examples: 5
|
39 |
+
download_size: 224969499
|
40 |
+
dataset_size: 224949481
|
41 |
configs:
|
42 |
- config_name: default
|
43 |
data_files:
|
44 |
- split: train
|
45 |
path: data/train-*
|
46 |
+
- split: test
|
47 |
+
path: data/test-*
|
48 |
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9519915b46d4bf53764bb1e71cd2d3c93b22a8b74ff00f28471468b759574a2
|
3 |
+
size 49244631
|
data/train-00000-of-00001.parquet
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:4dca3e5774a77979463d6f0361a6ac667dd48cda2eddca897fe37b6f2c8bf831
|
3 |
+
size 175724868
|