autotrain-data-processor commited on
Commit
87d57c1
1 Parent(s): 9d71e29

Processed data from AutoTrain data processor ([2023-08-28 09:09 ]

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: qa_context
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project qa_context.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is en.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "context": "When Richard was five years old, his mother gave birth to a younger brother, but this brother died at four weeks of age. Four years later, Richard gained a sister, Joan, and the family moved to Far Rockaway, Queens. Though separated by nine years, Joan and Richard were close, as they both shared a natural curiosity about the world. Their mother thought that women did not have the cranial capacity to comprehend such things. Despite their mother's disapproval of Joan's desire to study astronomy, Richard encouraged his sister to explore the universe. Joan eventually became an astrophysicist specializing in interactions between the Earth and the solar wind.",
26
+ "question": "Who was the one that pushed Richard to explore the universe?",
27
+ "answers.text": [
28
+ ""
29
+ ],
30
+ "answers.answer_start": [
31
+ -1
32
+ ],
33
+ "feat_id": [
34
+ "5a8dc945df8bba001a0f9c1c"
35
+ ],
36
+ "feat_title": [
37
+ "Richard_Feynman"
38
+ ]
39
+ },
40
+ {
41
+ "context": "Until the 16th century, the Low Countries \u2013 corresponding roughly to the present-day Netherlands, Belgium, and Luxembourg \u2013 consisted of a number of duchies, counties, and Prince-bishoprics, almost all of which were under the supremacy of the Holy Roman Empire, with the exception of the county of Flanders, which was under the Kingdom of France.",
42
+ "question": "What three countries were under the Kingdom of France?",
43
+ "answers.text": [
44
+ ""
45
+ ],
46
+ "answers.answer_start": [
47
+ -1
48
+ ],
49
+ "feat_id": [
50
+ "5a1c8751b4fb5d001871465e"
51
+ ],
52
+ "feat_title": [
53
+ "Dutch_Republic"
54
+ ]
55
+ }
56
+ ]
57
+ ```
58
+
59
+ ### Dataset Fields
60
+
61
+ The dataset has the following fields (also called "features"):
62
+
63
+ ```json
64
+ {
65
+ "context": "Value(dtype='string', id=None)",
66
+ "question": "Value(dtype='string', id=None)",
67
+ "answers.text": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
68
+ "answers.answer_start": "Sequence(feature=Value(dtype='int32', id=None), length=-1, id=None)",
69
+ "feat_id": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
70
+ "feat_title": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)"
71
+ }
72
+ ```
73
+
74
+ ### Dataset Splits
75
+
76
+ This dataset is split into a train and validation split. The split sizes are as follow:
77
+
78
+ | Split name | Num samples |
79
+ | ------------ | ------------------- |
80
+ | train | 104204 |
81
+ | valid | 26051 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f492d5c9e67fb4fecd56925fd639fdba8228ac4eb86bd4ac02170affac52e034
3
+ size 94548712
processed/train/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "context": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "question": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "answers.text": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "answers.answer_start": {
21
+ "feature": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ },
27
+ "feat_id": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_title": {
35
+ "feature": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": "",
44
+ "splits": {
45
+ "train": {
46
+ "name": "train",
47
+ "num_bytes": 94469905,
48
+ "num_examples": 104204,
49
+ "dataset_name": null
50
+ }
51
+ }
52
+ }
processed/train/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f25de3f0b69dceb8",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_id",
13
+ "feat_title",
14
+ "question"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d4a2b71dec8e51558b8f6f77994484ca87f180ac1307c7a76830e6db0cbcad
3
+ size 23622664
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "context": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "question": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "answers.text": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "answers.answer_start": {
21
+ "feature": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ },
27
+ "feat_id": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_title": {
35
+ "feature": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": "",
44
+ "splits": {
45
+ "valid": {
46
+ "name": "valid",
47
+ "num_bytes": 23601646,
48
+ "num_examples": 26051,
49
+ "dataset_name": null
50
+ }
51
+ }
52
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e9ad6c4735b53853",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_id",
13
+ "feat_title",
14
+ "question"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }