autotrain-data-processor commited on
Commit
619b3a9
1 Parent(s): f89d0ef

Processed data from AutoTrain data processor ([2023-02-03 04:47 ]

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: eurekaqa
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project eurekaqa.
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": "Colquhoun's utilitarian approach to the problem \u2013 using a cost-benefit argument to obtain support from businesses standing to benefit \u2013 allowed him to achieve what Henry and John Fielding failed for their Bow Street detectives. Unlike the stipendiary system at Bow Street, the river police were full-time, salaried officers prohibited from taking private fees. His other contribution was the concept of preventive policing; his police were to act as a highly visible deterrent to crime by their permanent presence on the Thames. Colquhoun's innovations were a critical development leading up to Robert Peel's \"new\" police three decades later.",
26
+ "question": "How did the Thames River Police pay their employees?",
27
+ "answers.text": [
28
+ "full-time, salaried officers prohibited from taking private fees"
29
+ ],
30
+ "answers.answer_start": [
31
+ 295
32
+ ]
33
+ },
34
+ {
35
+ "context": "The small woolen dolls called Maniae, hung on the Compitalia shrines, were thought a symbolic replacement for child-sacrifice to Mania, as Mother of the Lares. The Junii took credit for its abolition by their ancestor L. Junius Brutus, traditionally Rome's Republican founder and first consul. Political or military executions were sometimes conducted in such a way that they evoked human sacrifice, whether deliberately or in the perception of witnesses; Marcus Marius Gratidianus was a gruesome example.",
36
+ "question": "Who was Mania in Roman religion?",
37
+ "answers.text": [
38
+ "Mother of the Lares"
39
+ ],
40
+ "answers.answer_start": [
41
+ 139
42
+ ]
43
+ }
44
+ ]
45
+ ```
46
+
47
+ ### Dataset Fields
48
+
49
+ The dataset has the following fields (also called "features"):
50
+
51
+ ```json
52
+ {
53
+ "context": "Value(dtype='string', id=None)",
54
+ "question": "Value(dtype='string', id=None)",
55
+ "answers.text": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
56
+ "answers.answer_start": "Sequence(feature=Value(dtype='int32', id=None), length=-1, id=None)"
57
+ }
58
+ ```
59
+
60
+ ### Dataset Splits
61
+
62
+ This dataset is split into a train and validation split. The split sizes are as follow:
63
+
64
+ | Split name | Num samples |
65
+ | ------------ | ------------------- |
66
+ | train | 8996 |
67
+ | valid | 998 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17323f67cf4f605d37e6ae2e08fa34e1fd4402b1bf33a12ae7e7126f4c0cc344
3
+ size 7753016
processed/train/dataset_info.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
28
+ "homepage": "",
29
+ "license": "",
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 7747909,
34
+ "num_examples": 8996,
35
+ "dataset_name": null
36
+ }
37
+ }
38
+ }
processed/train/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ba0b4a4cc541461d",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "question"
13
+ ],
14
+ "_format_kwargs": {},
15
+ "_format_type": null,
16
+ "_indexes": {},
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58aafd8f7d8c0dd1df09bc1b5ff4a06c28048b54b745da5bf41996a83d6e0032
3
+ size 851312
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
28
+ "homepage": "",
29
+ "license": "",
30
+ "splits": {
31
+ "valid": {
32
+ "name": "valid",
33
+ "num_bytes": 850068,
34
+ "num_examples": 998,
35
+ "dataset_name": null
36
+ }
37
+ }
38
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c46f87a86006cb63",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "question"
13
+ ],
14
+ "_format_kwargs": {},
15
+ "_format_type": null,
16
+ "_indexes": {},
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }