autotrain-data-processor commited on
Commit
1464093
1 Parent(s): d1e02cc

Processed data from AutoTrain data processor ([2023-01-18 10:10 ]

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+
4
+ ---
5
+ # AutoTrain Dataset for project: test
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset has been automatically processed by AutoTrain for project test.
10
+
11
+ ### Languages
12
+
13
+ The BCP-47 code for the dataset's language is unk.
14
+
15
+ ## Dataset Structure
16
+
17
+ ### Data Instances
18
+
19
+ A sample from this dataset looks as follows:
20
+
21
+ ```json
22
+ [
23
+ {
24
+ "context": "The constitution of Jordan grants its monarch the right to withhold assent to laws passed by its parliament. Article 93 of that document gives the Jordanian sovereign six months to sign or veto any legislation sent to him from the National Assembly; if he vetoes it within that timeframe, the assembly may override his veto by a two-thirds vote of both houses; otherwise, the law does not go into effect (but it may be reconsidered in the next session of the assembly). If the monarch fails to act within six months of the bill being presented to him, it becomes law without his signature.",
25
+ "question": "What happens if the soverign doesn't sign the bill within the six-month time frame?",
26
+ "answers.text": [
27
+ ", it becomes law without his signature"
28
+ ],
29
+ "answers.answer_start": [
30
+ 550
31
+ ],
32
+ "feat_id": [
33
+ "572ab241be1ee31400cb818b"
34
+ ],
35
+ "feat_title": [
36
+ "Royal_assent"
37
+ ]
38
+ },
39
+ {
40
+ "context": "The modern Greek theatre was born after the Greek independence, in the early 19th century, and initially was influenced by the Heptanesean theatre and melodrama, such as the Italian opera. The Nobile Teatro di San Giacomo di Corf\u00f9 was the first theatre and opera house of modern Greece and the place where the first Greek opera, Spyridon Xyndas' The Parliamentary Candidate (based on an exclusively Greek libretto) was performed. During the late 19th and early 20th century, the Athenian theatre scene was dominated by revues, musical comedies, operettas and nocturnes and notable playwrights included Spyridon Samaras, Dionysios Lavrangas, Theophrastos Sakellaridis and others.",
41
+ "question": "What was the first Greek opera?",
42
+ "answers.text": [
43
+ "The Parliamentary Candidate"
44
+ ],
45
+ "answers.answer_start": [
46
+ 346
47
+ ],
48
+ "feat_id": [
49
+ "57267a75dd62a815002e8683"
50
+ ],
51
+ "feat_title": [
52
+ "Greece"
53
+ ]
54
+ }
55
+ ]
56
+ ```
57
+
58
+ ### Dataset Fields
59
+
60
+ The dataset has the following fields (also called "features"):
61
+
62
+ ```json
63
+ {
64
+ "context": "Value(dtype='string', id=None)",
65
+ "question": "Value(dtype='string', id=None)",
66
+ "answers.text": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
67
+ "answers.answer_start": "Sequence(feature=Value(dtype='int32', id=None), length=-1, id=None)",
68
+ "feat_id": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
69
+ "feat_title": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)"
70
+ }
71
+ ```
72
+
73
+ ### Dataset Splits
74
+
75
+ This dataset is split into a train and validation split. The split sizes are as follow:
76
+
77
+ | Split name | Num samples |
78
+ | ------------ | ------------------- |
79
+ | train | 104204 |
80
+ | valid | 26051 |
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:adfafcab3619c15a19fca8f16f53c7ef39b42ab1d344a4e38f1891c25607b301
3
+ size 94516744
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": 94437968,
48
+ "num_examples": 104204,
49
+ "dataset_name": null
50
+ }
51
+ }
52
+ }
processed/train/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e3a2bf7b1e7b391d",
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
+ "_indexes": {},
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0395b78ce2ebe2abd5fecf9d95d6d4a1681155acf206636a5318f19096f358cc
3
+ size 23654576
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": 23633583,
48
+ "num_examples": 26051,
49
+ "dataset_name": null
50
+ }
51
+ }
52
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "76aff5bc1090394a",
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
+ "_indexes": {},
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }