autotrain-data-processor commited on
Commit
4f3d0c6
1 Parent(s): 65b520e

Processed data from AutoTrain data processor ([2023-07-17 21:49 ]

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: auto-nlp-poc
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project auto-nlp-poc.
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": "Simultaneously with these conflicts, bison, a keystone species and the primary protein source that Native people had survived on for centuries were being destroyed. Some estimates say there were over 13 million bison in Montana in 1870. In 1875, General Philip Sheridan pleaded to a joint session of Congress to authorize the slaughtering of herds in order to deprive the Indians of their source of food. By 1884, commercial hunting had brought bison to the verge of extinction; only about 325 bison remained in the entire United States.",
26
+ "question": "In 1884 about how many bison remained?",
27
+ "answers.text": [
28
+ "about 325"
29
+ ],
30
+ "answers.answer_start": [
31
+ 484
32
+ ],
33
+ "feat_id": [
34
+ "573425624776f4190066195a"
35
+ ],
36
+ "feat_title": [
37
+ "Montana"
38
+ ]
39
+ },
40
+ {
41
+ "context": "The two became friends, and for many years lived in close proximity in Paris, Chopin at 38 Rue de la Chauss\u00e9e-d'Antin, and Liszt at the H\u00f4tel de France on the Rue Lafitte, a few blocks away. They performed together on seven occasions between 1833 and 1841. The first, on 2 April 1833, was at a benefit concert organized by Hector Berlioz for his bankrupt Shakespearean actress wife Harriet Smithson, during which they played George Onslow's Sonata in F minor for piano duet. Later joint appearances included a benefit concert for the Benevolent Association of Polish Ladies in Paris. Their last appearance together in public was for a charity concert conducted for the Beethoven Memorial in Bonn, held at the Salle Pleyel and the Paris Conservatory on 25 and 26 April 1841.",
42
+ "question": "What was the charity that Liszt and Chopin last performed for?",
43
+ "answers.text": [
44
+ "the Beethoven Memorial in Bonn"
45
+ ],
46
+ "answers.answer_start": [
47
+ 665
48
+ ],
49
+ "feat_id": [
50
+ "56cf7c234df3c31400b0d834"
51
+ ],
52
+ "feat_title": [
53
+ "Fr\u00e9d\u00e9ric_Chopin"
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 | 69946 |
81
+ | valid | 17487 |
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:52677da2c93745870fc00818bede7ac7d09ff9bceb452919ee210d74e72690ba
3
+ size 63942928
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": 63890242,
48
+ "num_examples": 69946,
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": "925325df741103cd",
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:ba6c02b0ef4e253e463b8efb41e0f586f196a66969d836499da644ef9d4e313d
3
+ size 16034504
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": 16020106,
48
+ "num_examples": 17487,
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": "1602a84c6fa14dba",
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
+ }