autotrain-data-processor commited on
Commit
446d55b
·
1 Parent(s): b03eb45

Processed data from AutoTrain data processor ([2023-07-14 06:46 ]

Browse files
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+
4
+ ---
5
+ # AutoTrain Dataset for project: demoqa2
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset has been automatically processed by AutoTrain for project demoqa2.
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": "After completion of two years from the date of registration, the candidate may be\nconverted from JRF to SRF subject to the fulfillment of the following criteria.\n1. The candidate has to apply in the Academic section for SRF through Supervisor(s)\nand HoD.\n2. Minimum of one SSCI/SCOPUS/SCI/SCIE indexed Journal publication/accepted or\none granted Patent is required.\n3. The candidate has to appear for a progress seminar. For that, a committee has to be\nformed with an external member by the Supervisor(s) through the respective HoD for\nevaluation of the progress of the Junior Research Fellow (JRF) for the last two years.",
25
+ "question": "What are the criteria's for converting SRF to JRF?",
26
+ "answers.text": [
27
+ "1. The candidate has to apply in the Academic section for SRF through Supervisor(s)\nand HoD.\n2. Minimum of one SSCI/SCOPUS/SCI/SCIE indexed Journal publication/accepted or\none granted Patent is required.\n3. The candidate has to appear for a progress seminar. For that, a committee has to be\nformed with an external member by the Supervisor(s) through the respective HoD for\nevaluation of the progress of the Junior Research Fellow (JRF) for the last two years."
28
+ ],
29
+ "answers.answer_start": [
30
+ 162
31
+ ],
32
+ "feat_answer_id": [
33
+ 950597
34
+ ],
35
+ "feat_document_id": [
36
+ 1582265
37
+ ],
38
+ "feat_question_id": [
39
+ 1063809
40
+ ],
41
+ "feat_answer_end": [
42
+ 622
43
+ ],
44
+ "feat_answer_category": [
45
+ NaN
46
+ ],
47
+ "feat_file_name": [
48
+ NaN
49
+ ]
50
+ },
51
+ {
52
+ "context": "AC/DRC. The chairperson, RAC should conduct the\nexamination (written and or oral) within the first 15 (fifteen) months from the date of\nregistration of PS. The syllabus of the comprehensive examination is based on any three\ncourses recommended by the RAC/DRC. If PS fails the exam on the first try, he or she\nmay be allowed another chance within two months. PS's registration with the Institute\nwill be terminated if he/she fails the exam on his/her second attempt as well.",
53
+ "question": "What happen if anyone fail in comprehensive exam in first time?",
54
+ "answers.text": [
55
+ "e or she\nmay be allowed another chance within two months."
56
+ ],
57
+ "answers.answer_start": [
58
+ 408
59
+ ],
60
+ "feat_answer_id": [
61
+ 950679
62
+ ],
63
+ "feat_document_id": [
64
+ 1582276
65
+ ],
66
+ "feat_question_id": [
67
+ 1063857
68
+ ],
69
+ "feat_answer_end": [
70
+ 465
71
+ ],
72
+ "feat_answer_category": [
73
+ NaN
74
+ ],
75
+ "feat_file_name": [
76
+ NaN
77
+ ]
78
+ }
79
+ ]
80
+ ```
81
+
82
+ ### Dataset Fields
83
+
84
+ The dataset has the following fields (also called "features"):
85
+
86
+ ```json
87
+ {
88
+ "context": "Value(dtype='string', id=None)",
89
+ "question": "Value(dtype='string', id=None)",
90
+ "answers.text": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
91
+ "answers.answer_start": "Sequence(feature=Value(dtype='int32', id=None), length=-1, id=None)",
92
+ "feat_answer_id": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
93
+ "feat_document_id": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
94
+ "feat_question_id": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
95
+ "feat_answer_end": "Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)",
96
+ "feat_answer_category": "Sequence(feature=Value(dtype='float64', id=None), length=-1, id=None)",
97
+ "feat_file_name": "Sequence(feature=Value(dtype='float64', id=None), length=-1, id=None)"
98
+ }
99
+ ```
100
+
101
+ ### Dataset Splits
102
+
103
+ This dataset is split into a train and validation split. The split sizes are as follow:
104
+
105
+ | Split name | Num samples |
106
+ | ------------ | ------------------- |
107
+ | train | 43 |
108
+ | valid | 11 |
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:3a402121d8de95b17fbfe477c524f9759acff5f3772814b8e55c9bf101f216f7
3
+ size 29880
processed/train/dataset_info.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_answer_id": {
28
+ "feature": {
29
+ "dtype": "int64",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_document_id": {
35
+ "feature": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "feat_question_id": {
42
+ "feature": {
43
+ "dtype": "int64",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ },
48
+ "feat_answer_end": {
49
+ "feature": {
50
+ "dtype": "int64",
51
+ "_type": "Value"
52
+ },
53
+ "_type": "Sequence"
54
+ },
55
+ "feat_answer_category": {
56
+ "feature": {
57
+ "dtype": "float64",
58
+ "_type": "Value"
59
+ },
60
+ "_type": "Sequence"
61
+ },
62
+ "feat_file_name": {
63
+ "feature": {
64
+ "dtype": "float64",
65
+ "_type": "Value"
66
+ },
67
+ "_type": "Sequence"
68
+ }
69
+ },
70
+ "homepage": "",
71
+ "license": "",
72
+ "splits": {
73
+ "train": {
74
+ "name": "train",
75
+ "num_bytes": 26866,
76
+ "num_examples": 43,
77
+ "dataset_name": null
78
+ }
79
+ }
80
+ }
processed/train/state.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d8bd24361e547277",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_answer_category",
13
+ "feat_answer_end",
14
+ "feat_answer_id",
15
+ "feat_document_id",
16
+ "feat_file_name",
17
+ "feat_question_id",
18
+ "question"
19
+ ],
20
+ "_format_kwargs": {},
21
+ "_format_type": null,
22
+ "_output_all_columns": false,
23
+ "_split": null
24
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894aeadc40a25f2dbff7df47a64055771dabb22681e9eb131329ec5074feb6d2
3
+ size 11648
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_answer_id": {
28
+ "feature": {
29
+ "dtype": "int64",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "feat_document_id": {
35
+ "feature": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "feat_question_id": {
42
+ "feature": {
43
+ "dtype": "int64",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ },
48
+ "feat_answer_end": {
49
+ "feature": {
50
+ "dtype": "int64",
51
+ "_type": "Value"
52
+ },
53
+ "_type": "Sequence"
54
+ },
55
+ "feat_answer_category": {
56
+ "feature": {
57
+ "dtype": "float64",
58
+ "_type": "Value"
59
+ },
60
+ "_type": "Sequence"
61
+ },
62
+ "feat_file_name": {
63
+ "feature": {
64
+ "dtype": "float64",
65
+ "_type": "Value"
66
+ },
67
+ "_type": "Sequence"
68
+ }
69
+ },
70
+ "homepage": "",
71
+ "license": "",
72
+ "splits": {
73
+ "valid": {
74
+ "name": "valid",
75
+ "num_bytes": 8634,
76
+ "num_examples": 11,
77
+ "dataset_name": null
78
+ }
79
+ }
80
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c26ba045dbc0c51e",
8
+ "_format_columns": [
9
+ "answers.answer_start",
10
+ "answers.text",
11
+ "context",
12
+ "feat_answer_category",
13
+ "feat_answer_end",
14
+ "feat_answer_id",
15
+ "feat_document_id",
16
+ "feat_file_name",
17
+ "feat_question_id",
18
+ "question"
19
+ ],
20
+ "_format_kwargs": {},
21
+ "_format_type": null,
22
+ "_output_all_columns": false,
23
+ "_split": null
24
+ }