autotrain-data-processor commited on
Commit
f313beb
1 Parent(s): aac808b

Processed data from AutoTrain data processor ([2022-06-23 02:14 ]

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: Wikipeida_Article_Classifier_by_Chap
9
+
10
+ ## Dataset Descritpion
11
+
12
+ This dataset has been automatically processed by AutoTrain for project Wikipeida_Article_Classifier_by_Chap.
13
+
14
+ ### Languages
15
+
16
+ The BCP-47 code for the dataset's language is en.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ A sample from this dataset looks as follows:
23
+
24
+ ```json
25
+ [
26
+ {
27
+ "text": "diffuse actinic keratinocyte dysplasia",
28
+ "target": 15
29
+ },
30
+ {
31
+ "text": "cholesterol atheroembolism",
32
+ "target": 8
33
+ }
34
+ ]
35
+ ```
36
+
37
+ ### Dataset Fields
38
+
39
+ The dataset has the following fields (also called "features"):
40
+
41
+ ```json
42
+ {
43
+ "text": "Value(dtype='string', id=None)",
44
+ "target": "ClassLabel(num_classes=20, names=['Certain infectious or parasitic diseases', 'Developmental anaomalies', 'Diseases of the blood or blood forming organs', 'Diseases of the genitourinary system', 'Mental behavioural or neurodevelopmental disorders', 'Neoplasms', 'certain conditions originating in the perinatal period', 'conditions related to sexual health', 'diseases of the circulatroy system', 'diseases of the digestive system', 'diseases of the ear or mastoid process', 'diseases of the immune system', 'diseases of the musculoskeletal system or connective tissue', 'diseases of the nervous system', 'diseases of the respiratory system', 'diseases of the skin', 'diseases of the visual system', 'endocrine nutritional or metabolic diseases', 'pregnanacy childbirth or the puerperium', 'sleep-wake disorders'], id=None)"
45
+ }
46
+ ```
47
+
48
+ ### Dataset Splits
49
+
50
+ This dataset is split into a train and validation split. The split sizes are as follow:
51
+
52
+ | Split name | Num samples |
53
+ | ------------ | ------------------- |
54
+ | train | 9828 |
55
+ | valid | 2468 |
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:4afcb02f3ceadde669381efb8831900af4ba71511497b862630684113fced10f
3
+ size 499712
processed/train/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "num_classes": 20,
17
+ "names": [
18
+ "Certain infectious or parasitic diseases",
19
+ "Developmental anaomalies",
20
+ "Diseases of the blood or blood forming organs",
21
+ "Diseases of the genitourinary system",
22
+ "Mental behavioural or neurodevelopmental disorders",
23
+ "Neoplasms",
24
+ "certain conditions originating in the perinatal period",
25
+ "conditions related to sexual health",
26
+ "diseases of the circulatroy system",
27
+ "diseases of the digestive system",
28
+ "diseases of the ear or mastoid process",
29
+ "diseases of the immune system",
30
+ "diseases of the musculoskeletal system or connective tissue",
31
+ "diseases of the nervous system",
32
+ "diseases of the respiratory system",
33
+ "diseases of the skin",
34
+ "diseases of the visual system",
35
+ "endocrine nutritional or metabolic diseases",
36
+ "pregnanacy childbirth or the puerperium",
37
+ "sleep-wake disorders"
38
+ ],
39
+ "id": null,
40
+ "_type": "ClassLabel"
41
+ }
42
+ },
43
+ "homepage": "",
44
+ "license": "",
45
+ "post_processed": null,
46
+ "post_processing_size": null,
47
+ "size_in_bytes": null,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 496330,
52
+ "num_examples": 9828,
53
+ "dataset_name": null
54
+ }
55
+ },
56
+ "supervised_keys": null,
57
+ "task_templates": null,
58
+ "version": null
59
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "bc9ded875f849c20",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b0875a3a4135a7aa900a02259f79c896659ef6db1ee5a41567193a51f54b0a
3
+ size 127984
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "num_classes": 20,
17
+ "names": [
18
+ "Certain infectious or parasitic diseases",
19
+ "Developmental anaomalies",
20
+ "Diseases of the blood or blood forming organs",
21
+ "Diseases of the genitourinary system",
22
+ "Mental behavioural or neurodevelopmental disorders",
23
+ "Neoplasms",
24
+ "certain conditions originating in the perinatal period",
25
+ "conditions related to sexual health",
26
+ "diseases of the circulatroy system",
27
+ "diseases of the digestive system",
28
+ "diseases of the ear or mastoid process",
29
+ "diseases of the immune system",
30
+ "diseases of the musculoskeletal system or connective tissue",
31
+ "diseases of the nervous system",
32
+ "diseases of the respiratory system",
33
+ "diseases of the skin",
34
+ "diseases of the visual system",
35
+ "endocrine nutritional or metabolic diseases",
36
+ "pregnanacy childbirth or the puerperium",
37
+ "sleep-wake disorders"
38
+ ],
39
+ "id": null,
40
+ "_type": "ClassLabel"
41
+ }
42
+ },
43
+ "homepage": "",
44
+ "license": "",
45
+ "post_processed": null,
46
+ "post_processing_size": null,
47
+ "size_in_bytes": null,
48
+ "splits": {
49
+ "valid": {
50
+ "name": "valid",
51
+ "num_bytes": 126137,
52
+ "num_examples": 2468,
53
+ "dataset_name": null
54
+ }
55
+ },
56
+ "supervised_keys": null,
57
+ "task_templates": null,
58
+ "version": null
59
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cdf9f2c9f1824652",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }