autotrain-data-processor commited on
Commit
69a8ae2
·
1 Parent(s): e7a7f9a

Processed data from AutoTrain data processor ([2022-12-05 22:26 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: acc_keys
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project acc_keys.
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
+ "target": 2,
26
+ "text": " workon"
27
+ },
28
+ {
29
+ "target": 5,
30
+ "text": " contact"
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "target": "ClassLabel(num_classes=11, names=['A101', 'A102', 'A103', 'A104', 'A105', 'A106', 'A107', 'A108', 'A109', 'A110', 'A112'], id=None)",
42
+ "text": "Value(dtype='string', 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 | 457 |
53
+ | valid | 120 |
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:e3add0f4cc5889008c00fdce639375a6da4c36d29ea04379388c0ec7f424e360
3
+ size 10792
processed/train/dataset_info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "target": {
11
+ "num_classes": 11,
12
+ "names": [
13
+ "A101",
14
+ "A102",
15
+ "A103",
16
+ "A104",
17
+ "A105",
18
+ "A106",
19
+ "A107",
20
+ "A108",
21
+ "A109",
22
+ "A110",
23
+ "A112"
24
+ ],
25
+ "id": null,
26
+ "_type": "ClassLabel"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": "",
36
+ "post_processed": null,
37
+ "post_processing_size": null,
38
+ "size_in_bytes": null,
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 10081,
43
+ "num_examples": 457,
44
+ "dataset_name": null
45
+ }
46
+ },
47
+ "supervised_keys": null,
48
+ "task_templates": null,
49
+ "version": null
50
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9b767355e476d840",
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:6674dc18480915a24de7ffcab49fc3bf7684fe63c56bfa8ca9a73e4b0b9f84ce
3
+ size 3288
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "target": {
11
+ "num_classes": 11,
12
+ "names": [
13
+ "A101",
14
+ "A102",
15
+ "A103",
16
+ "A104",
17
+ "A105",
18
+ "A106",
19
+ "A107",
20
+ "A108",
21
+ "A109",
22
+ "A110",
23
+ "A112"
24
+ ],
25
+ "id": null,
26
+ "_type": "ClassLabel"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": "",
36
+ "post_processed": null,
37
+ "post_processing_size": null,
38
+ "size_in_bytes": null,
39
+ "splits": {
40
+ "valid": {
41
+ "name": "valid",
42
+ "num_bytes": 2570,
43
+ "num_examples": 120,
44
+ "dataset_name": null
45
+ }
46
+ },
47
+ "supervised_keys": null,
48
+ "task_templates": null,
49
+ "version": null
50
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "3ef83561e2cc7151",
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
+ }