autotrain-data-processor commited on
Commit
fd3ad38
1 Parent(s): ba290da

Processed data from AutoTrain data processor ([2023-04-05 08:56 ]

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+
4
+ ---
5
+ # AutoTrain Dataset for project: test-qa
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset has been automatically processed by AutoTrain for project test-qa.
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": "['scriptures,which lay down the discipline.If you adhere strictly to the path of virtue and stick to the yearning, you can become an ascetic of the highestorder, a realised sage, though you may now be a novice or even a non-believer!Sometimes, by just seizing a chance, you can elevate yourselves steadily. Someone comes to Me to get hisstomach-ache cured; then he likes this place and its atmosphere and its chanting of Om (Omkara) and devotionalsinging (bhajana) and its peace (prasanthi); he sees Me and observes My movements and words and actions. Hetakes home a picture or a song book, and before']",
25
+ "question": " The passage is mainly about _.",
26
+ "answers.text": [
27
+ " how to become a realised sage"
28
+ ],
29
+ "answers.answer_start": [
30
+ 0
31
+ ],
32
+ "feat_id": [
33
+ 1477
34
+ ],
35
+ "feat_Answer_end": [
36
+ 29
37
+ ],
38
+ "feat_title": [
39
+ null
40
+ ]
41
+ },
42
+ {
43
+ "context": "[\"abidesThey will never enter the world of darkness and wretchedness whose minds are the abode of kindnessWho for undying souls of men provides with gracious zeal, In his own soul the dreaded guilt of sin shall never feel(The wise) say that the evils, which his soul would dread, will never come upon the man who exercises kindness and protects the life (of other creatures)The teeming earth's vast realm, round which the wild winds blow, Is witness, men of 'grace' no woeful want shall knowThis great rich earth over which the wind blows, is a witness that sorrow never comes upon the kind-hearted Gain of true wealth oblivious they eschew,Who 'grace' forsake, and graceless actions do(The wise) say that those who neglect kindness and practise cruelties, neglected virtue (in their former birth), and forgot (the sorrows which they must suffer)As to impoverished men this present world is not; The 'graceless' in you world have neither part nor lotAs this world is not for those who are without wealth, so that world is not for those who are without kindnessWho lose the flower of wealth, when seasons change, again may bloom; Who lose 'benevolence', lose all; nothing can change their doomThose who are without wealth may, at some future time, become prosperous; those who are destitute of kindness are utterly destitute; for them there is no changeWhen souls unwise true wisdom's mystic vision see, The 'graceless' man may work true works of charityIf you consider, the virtue of him who is without kindness is like the perception of the true being by him who is without wisdom0When weaker men you front with threat'ning brow, Think how you felt in presence of some stronger foeWhen a man is about to rush upon those who are weaker than himself, let him remember how he has stood (trembling) before those who are stronger than himself The Renunciation of FleshHow can the wont of 'kindly grace' to him be known, Who other creatures' flesh consumes to feed his own?How can he be possessed of kindness, who to increase his own flesh, eats the flesh of other creaturesNo use of wealth have they who guard not their estate; No use of grace have they with flesh who hunger sateAs those possess no property who do not take care of it, so those possess no kindness who feed on fleshLike heart of them that murderous weapons bear, his mind, Who eats of savoury meat, no joy in good can findLike the (murderous) mind of him who carries a weapon (in his hand), the mind of him who feasts with pleasure on the body of another (creature), has no regard for goodness 'What's grace, or lack of grace'? 'To kill' is this, that 'not to kill'; To eat dead flesh can never worthy end fulfilIf it be asked what is kindness and what its opposite, the answer would be preservation and destruction of life; and therefore it is not right to feed on the flesh (obtained by taking\"]",
44
+ "question": "The author's attitude towards the 'graceless' is _.",
45
+ "answers.text": [
46
+ "objective"
47
+ ],
48
+ "answers.answer_start": [
49
+ 0
50
+ ],
51
+ "feat_id": [
52
+ 155
53
+ ],
54
+ "feat_Answer_end": [
55
+ 8
56
+ ],
57
+ "feat_title": [
58
+ null
59
+ ]
60
+ }
61
+ ]
62
+ ```
63
+
64
+ ### Dataset Fields
65
+
66
+ The dataset has the following fields (also called "features"):
67
+
68
+ ```json
69
+ {
70
+ "context": "Value(dtype='string', id=None)",
71
+ "question": "Value(dtype='string', id=None)",
72
+ "answers.text": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
73
+ "answers.answer_start": "Sequence(feature=Value(dtype='int32', id=None), length=-1, id=None)",
74
+ "feat_id": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
75
+ "feat_Answer_end": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
76
+ "feat_title": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)"
77
+ }
78
+ ```
79
+
80
+ ### Dataset Splits
81
+
82
+ This dataset is split into a train and validation split. The split sizes are as follow:
83
+
84
+ | Split name | Num samples |
85
+ | ------------ | ------------------- |
86
+ | train | 1499 |
87
+ | valid | 375 |
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:12f3ce19445094ab656aa969b6e69f15fe519dc2c0f87e12cf002c88db713215
3
+ size 1301768
processed/train/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "int64",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_Answer_end": {
35
+ "feature": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "feat_title": {
42
+ "feature": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ }
48
+ },
49
+ "homepage": "",
50
+ "license": "",
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 1298842,
55
+ "num_examples": 1499,
56
+ "dataset_name": null
57
+ }
58
+ }
59
+ }
processed/train/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "62206a561eb23839",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_Answer_end",
13
+ "feat_id",
14
+ "feat_title",
15
+ "question"
16
+ ],
17
+ "_format_kwargs": {},
18
+ "_format_type": null,
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4110c57a753209608a9e1897e8dd8c767a1ce2026c3efed7fcd18ce3daef44d2
3
+ size 329936
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "int64",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_Answer_end": {
35
+ "feature": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "feat_title": {
42
+ "feature": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ }
48
+ },
49
+ "homepage": "",
50
+ "license": "",
51
+ "splits": {
52
+ "valid": {
53
+ "name": "valid",
54
+ "num_bytes": 327835,
55
+ "num_examples": 375,
56
+ "dataset_name": null
57
+ }
58
+ }
59
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "587a03a17383dd80",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_Answer_end",
13
+ "feat_id",
14
+ "feat_title",
15
+ "question"
16
+ ],
17
+ "_format_kwargs": {},
18
+ "_format_type": null,
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }