autonlp-data-processor commited on
Commit
131a974
1 Parent(s): 5e9e1e3

Processed data from autonlp data processor ([2022-03-15 11:11 ]

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoNLP Dataset for project: tweet-sentiment
9
+
10
+ ## Table of content
11
+ - [Dataset Description](#dataset-description)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Data Splits](#data-splits)
17
+
18
+ ## Dataset Descritpion
19
+
20
+ This dataset has been automatically processed by AutoNLP for project tweet-sentiment.
21
+
22
+ ### Languages
23
+
24
+ The BCP-47 code for the dataset's language is en.
25
+
26
+ ## Dataset Structure
27
+
28
+ ### Data Instances
29
+
30
+ A sample from this dataset looks as follows:
31
+
32
+ ```json
33
+ [
34
+ {
35
+ "text": "I am going to see how long I can do this for.",
36
+ "target": 8
37
+ },
38
+ {
39
+ "text": "@anitabora yeah, right. What if our politicians start using uploading their pics, lots of inside sto[...]",
40
+ "target": 8
41
+ }
42
+ ]
43
+ ```
44
+
45
+ ### Dataset Fields
46
+
47
+ The dataset has the following fields (also called "features"):
48
+
49
+ ```json
50
+ {
51
+ "text": "Value(dtype='string', id=None)",
52
+ "target": "ClassLabel(num_classes=13, names=['anger', 'boredom', 'empty', 'enthusiasm', 'fun', 'happiness', 'hate', 'love', 'neutral', 'relief', 'sadness', 'surprise', 'worry'], id=None)"
53
+ }
54
+ ```
55
+
56
+ ### Dataset Splits
57
+
58
+ This dataset is split into a train and validation split. The split sizes are as follow:
59
+
60
+ | Split name | Num samples |
61
+ | ------------ | ------------------- |
62
+ | train | 31995 |
63
+ | valid | 8005 |
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:979ff8bdf8e8c70a2e70b4217b4fe7a1c599aa9ea86c73cf088b4a8485b588de
3
+ size 2745360
processed/train/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP 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": 13,
17
+ "names": [
18
+ "anger",
19
+ "boredom",
20
+ "empty",
21
+ "enthusiasm",
22
+ "fun",
23
+ "happiness",
24
+ "hate",
25
+ "love",
26
+ "neutral",
27
+ "relief",
28
+ "sadness",
29
+ "surprise",
30
+ "worry"
31
+ ],
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": null,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 2737787,
45
+ "num_examples": 31995,
46
+ "dataset_name": null
47
+ }
48
+ },
49
+ "supervised_keys": null,
50
+ "task_templates": null,
51
+ "version": null
52
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "557a7f347e3ccb7b",
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:ed31314220a998e332c6cf8bb59f50a46e3288b4994d2fe939275169dfc8ce64
3
+ size 682240
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP 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": 13,
17
+ "names": [
18
+ "anger",
19
+ "boredom",
20
+ "empty",
21
+ "enthusiasm",
22
+ "fun",
23
+ "happiness",
24
+ "hate",
25
+ "love",
26
+ "neutral",
27
+ "relief",
28
+ "sadness",
29
+ "surprise",
30
+ "worry"
31
+ ],
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": null,
41
+ "splits": {
42
+ "valid": {
43
+ "name": "valid",
44
+ "num_bytes": 679728,
45
+ "num_examples": 8005,
46
+ "dataset_name": null
47
+ }
48
+ },
49
+ "supervised_keys": null,
50
+ "task_templates": null,
51
+ "version": null
52
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "134513510e901378",
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
+ }