autotrain-data-processor commited on
Commit
5b5a2ca
1 Parent(s): b47bc87

Processed data from AutoTrain data processor ([2022-11-24 14:21 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: shapes
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project shapes.
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
+ "image": "<28x28 RGB PIL image>",
26
+ "target": 0
27
+ },
28
+ {
29
+ "image": "<28x28 RGB PIL image>",
30
+ "target": 2
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "image": "Image(decode=True, id=None)",
42
+ "target": "ClassLabel(num_classes=3, names=['circles', 'squares', 'triangles'], 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 | 240 |
53
+ | valid | 60 |
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:fd830c4d63830be9658e389a7e5a7519aa266a957afa3b449707fd06645da3cc
3
+ size 128200
processed/train/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image": {
11
+ "decode": true,
12
+ "id": null,
13
+ "_type": "Image"
14
+ },
15
+ "target": {
16
+ "num_classes": 3,
17
+ "names": [
18
+ "circles",
19
+ "squares",
20
+ "triangles"
21
+ ],
22
+ "id": null,
23
+ "_type": "ClassLabel"
24
+ }
25
+ },
26
+ "homepage": "",
27
+ "license": "",
28
+ "post_processed": null,
29
+ "post_processing_size": null,
30
+ "size_in_bytes": null,
31
+ "splits": {
32
+ "train": {
33
+ "name": "train",
34
+ "num_bytes": 127345,
35
+ "num_examples": 240,
36
+ "dataset_name": null
37
+ }
38
+ },
39
+ "supervised_keys": null,
40
+ "task_templates": null,
41
+ "version": null
42
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "6d5333b8d87a45d6",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
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:f863366321102add5ecd62b56c523a462c3b9756108dadc6fbcea8e5d89b8ea0
3
+ size 31992
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image": {
11
+ "decode": true,
12
+ "id": null,
13
+ "_type": "Image"
14
+ },
15
+ "target": {
16
+ "num_classes": 3,
17
+ "names": [
18
+ "circles",
19
+ "squares",
20
+ "triangles"
21
+ ],
22
+ "id": null,
23
+ "_type": "ClassLabel"
24
+ }
25
+ },
26
+ "homepage": "",
27
+ "license": "",
28
+ "post_processed": null,
29
+ "post_processing_size": null,
30
+ "size_in_bytes": null,
31
+ "splits": {
32
+ "valid": {
33
+ "name": "valid",
34
+ "num_bytes": 31131,
35
+ "num_examples": 60,
36
+ "dataset_name": null
37
+ }
38
+ },
39
+ "supervised_keys": null,
40
+ "task_templates": null,
41
+ "version": null
42
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "04d6545019254a00",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }