autotrain-data-processor commited on
Commit
e0b1e4d
1 Parent(s): 4176289

Processed data from AutoTrain data processor ([2022-09-05 09:30 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: satellite-image-classification
7
+
8
+ ## Dataset Descritpion
9
+
10
+ This dataset has been automatically processed by AutoTrain for project satellite-image-classification.
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": "<256x256 CMYK PIL image>",
26
+ "target": 0
27
+ },
28
+ {
29
+ "image": "<256x256 CMYK PIL image>",
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
+ "image": "Image(decode=True, id=None)",
42
+ "target": "ClassLabel(num_classes=1, names=['cloudy'], 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 | 1200 |
53
+ | valid | 300 |
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:b9100342328e7ccc5c1a3a934e1e700ce7ab455509514ed02f6bbb2e90bf659c
3
+ size 8611400
processed/train/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1,
17
+ "names": [
18
+ "cloudy"
19
+ ],
20
+ "id": null,
21
+ "_type": "ClassLabel"
22
+ }
23
+ },
24
+ "homepage": "",
25
+ "license": "",
26
+ "post_processed": null,
27
+ "post_processing_size": null,
28
+ "size_in_bytes": null,
29
+ "splits": {
30
+ "train": {
31
+ "name": "train",
32
+ "num_bytes": 8610242,
33
+ "num_examples": 1200,
34
+ "dataset_name": null
35
+ }
36
+ },
37
+ "supervised_keys": null,
38
+ "task_templates": null,
39
+ "version": null
40
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9635f5b98306bc02",
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:8d37a3c97ebedbf153f7b1a0d2b94a107109cda906eff92721d9e8e6ce418c7e
3
+ size 2179848
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1,
17
+ "names": [
18
+ "cloudy"
19
+ ],
20
+ "id": null,
21
+ "_type": "ClassLabel"
22
+ }
23
+ },
24
+ "homepage": "",
25
+ "license": "",
26
+ "post_processed": null,
27
+ "post_processing_size": null,
28
+ "size_in_bytes": null,
29
+ "splits": {
30
+ "valid": {
31
+ "name": "valid",
32
+ "num_bytes": 2179017,
33
+ "num_examples": 300,
34
+ "dataset_name": null
35
+ }
36
+ },
37
+ "supervised_keys": null,
38
+ "task_templates": null,
39
+ "version": null
40
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "effa9473abf0a269",
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
+ }