autotrain-data-processor commited on
Commit
5d2ef1d
·
1 Parent(s): 09fe988

Processed data from AutoTrain data processor ([2022-04-26 03:10 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: isear_bert
7
+
8
+ ## Dataset Descritpion
9
+
10
+ This dataset has been automatically processed by AutoTrain for project isear_bert.
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": "I was going to go on a vacation to Texas this summer but was \nunable to go because of registration.",
26
+ "target": 5
27
+ },
28
+ {
29
+ "text": "When someone whom I considered my friend, without telling me he \nwas annoyed, proceeded to ignore m[...]",
30
+ "target": 1
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=7, names=['anger', 'disgust', 'fear', 'guilt', 'joy', 'sadness', 'shame'], 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 | 6008 |
53
+ | valid | 1507 |
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:141a31de386c88e66c8496745cd653c4630c07b520f2d0d3fcb57e6c63644171
3
+ size 772784
processed/train/dataset_info.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 7,
17
+ "names": [
18
+ "anger",
19
+ "disgust",
20
+ "fear",
21
+ "guilt",
22
+ "joy",
23
+ "sadness",
24
+ "shame"
25
+ ],
26
+ "id": null,
27
+ "_type": "ClassLabel"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": "",
32
+ "post_processed": null,
33
+ "post_processing_size": null,
34
+ "size_in_bytes": null,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 770765,
39
+ "num_examples": 6008,
40
+ "dataset_name": null
41
+ }
42
+ },
43
+ "supervised_keys": null,
44
+ "task_templates": null,
45
+ "version": null
46
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cefef1853bd3d36f",
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:1cffea311f141c0526a21c36f42e20bf895104e016488c2a3c610da6049a15eb
3
+ size 197504
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 7,
17
+ "names": [
18
+ "anger",
19
+ "disgust",
20
+ "fear",
21
+ "guilt",
22
+ "joy",
23
+ "sadness",
24
+ "shame"
25
+ ],
26
+ "id": null,
27
+ "_type": "ClassLabel"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": "",
32
+ "post_processed": null,
33
+ "post_processing_size": null,
34
+ "size_in_bytes": null,
35
+ "splits": {
36
+ "valid": {
37
+ "name": "valid",
38
+ "num_bytes": 196603,
39
+ "num_examples": 1507,
40
+ "dataset_name": null
41
+ }
42
+ },
43
+ "supervised_keys": null,
44
+ "task_templates": null,
45
+ "version": null
46
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d068a4f6b52be9fc",
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
+ }