autotrain-data-processor commited on
Commit
01540a6
1 Parent(s): 33c530b

Processed data from AutoTrain data processor ([2022-03-28 22:27 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: TweetClimateAnalysis
7
+
8
+ ## Dataset Descritpion
9
+
10
+ This dataset has been automatically processed by AutoTrain for project TweetClimateAnalysis.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "text": "What do you do if you are a global warming alarmist and real-world temperatures do not warm as much [...]",
26
+ "target": 16
27
+ },
28
+ {
29
+ "text": "(2.) A sun-blocking volcanic aerosols component to explain the sudden but temporary cooling of globa[...]",
30
+ "target": 0
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "text": "Value(dtype='string', id=None)",
42
+ "target": "ClassLabel(num_classes=18, names=['0_0', '1_1', '1_2', '1_3', '1_4', '1_6', '1_7', '2_1', '2_3', '3_1', '3_2', '3_3', '4_1', '4_2', '4_4', '4_5', '5_1', '5_2'], id=None)"
43
+ }
44
+ ```
45
+
46
+ ### Dataset Splits
47
+
48
+ This dataset is split into a train and validation split. The split sizes are as follow:
49
+
50
+ | Split name | Num samples |
51
+ | ------------ | ------------------- |
52
+ | train | 23436 |
53
+ | valid | 2898 |
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:e3b874743ff20a5a1f95ff5b8fa364c78ce363ba0757257069a731f390d184c3
3
+ size 7407960
processed/train/dataset_info.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 18,
17
+ "names": [
18
+ "0_0",
19
+ "1_1",
20
+ "1_2",
21
+ "1_3",
22
+ "1_4",
23
+ "1_6",
24
+ "1_7",
25
+ "2_1",
26
+ "2_3",
27
+ "3_1",
28
+ "3_2",
29
+ "3_3",
30
+ "4_1",
31
+ "4_2",
32
+ "4_4",
33
+ "4_5",
34
+ "5_1",
35
+ "5_2"
36
+ ],
37
+ "id": null,
38
+ "_type": "ClassLabel"
39
+ }
40
+ },
41
+ "homepage": "",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": null,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 7402152,
50
+ "num_examples": 23436,
51
+ "dataset_name": null
52
+ }
53
+ },
54
+ "supervised_keys": null,
55
+ "task_templates": null,
56
+ "version": null
57
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "523cd7c272f061e0",
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:7f0869b32f914c4108b9c2ac495a4049822a2e95408574fa0ed37118132e6d97
3
+ size 1042544
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 18,
17
+ "names": [
18
+ "0_0",
19
+ "1_1",
20
+ "1_2",
21
+ "1_3",
22
+ "1_4",
23
+ "1_6",
24
+ "1_7",
25
+ "2_1",
26
+ "2_3",
27
+ "3_1",
28
+ "3_2",
29
+ "3_3",
30
+ "4_1",
31
+ "4_2",
32
+ "4_4",
33
+ "4_5",
34
+ "5_1",
35
+ "5_2"
36
+ ],
37
+ "id": null,
38
+ "_type": "ClassLabel"
39
+ }
40
+ },
41
+ "homepage": "",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": null,
46
+ "splits": {
47
+ "valid": {
48
+ "name": "valid",
49
+ "num_bytes": 1041351,
50
+ "num_examples": 2898,
51
+ "dataset_name": null
52
+ }
53
+ },
54
+ "supervised_keys": null,
55
+ "task_templates": null,
56
+ "version": null
57
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ae2d75ecfc7f405d",
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
+ }