autotrain-data-processor commited on
Commit
c680d31
1 Parent(s): 24570df

Processed data from AutoTrain data processor ([2022-10-19 14:45 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: swin-muppet
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project swin-muppet.
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": "<286x286 RGB PIL image>",
26
+ "target": 7
27
+ },
28
+ {
29
+ "image": "<169x170 RGB PIL image>",
30
+ "target": 13
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=24, names=['Animal', 'Beaker', 'Bert', 'BigBird', 'Bunsen', 'Camilla', 'CookieMonster', 'Elmo', 'Ernie', 'Floyd', 'Fozzie', 'Gonzo', 'Grover', 'Kermit', 'Oscar', 'Pepe', 'Piggy', 'Rowlf', 'Scooter', 'Statler', 'SwedishChef', 'TheCount', 'Waldorf', 'Zoot'], 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 | 599 |
53
+ | valid | 162 |
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:0cae4266ca3baf764419a762269af768fb769275da36d1625fceca156d3cf5b6
3
+ size 13576392
processed/train/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 24,
17
+ "names": [
18
+ "Animal",
19
+ "Beaker",
20
+ "Bert",
21
+ "BigBird",
22
+ "Bunsen",
23
+ "Camilla",
24
+ "CookieMonster",
25
+ "Elmo",
26
+ "Ernie",
27
+ "Floyd",
28
+ "Fozzie",
29
+ "Gonzo",
30
+ "Grover",
31
+ "Kermit",
32
+ "Oscar",
33
+ "Pepe",
34
+ "Piggy",
35
+ "Rowlf",
36
+ "Scooter",
37
+ "Statler",
38
+ "SwedishChef",
39
+ "TheCount",
40
+ "Waldorf",
41
+ "Zoot"
42
+ ],
43
+ "id": null,
44
+ "_type": "ClassLabel"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": "",
49
+ "post_processed": null,
50
+ "post_processing_size": null,
51
+ "size_in_bytes": null,
52
+ "splits": {
53
+ "train": {
54
+ "name": "train",
55
+ "num_bytes": 13575334,
56
+ "num_examples": 599,
57
+ "dataset_name": null
58
+ }
59
+ },
60
+ "supervised_keys": null,
61
+ "task_templates": null,
62
+ "version": null
63
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "88cedd5caa87f657",
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:42b5d7bf379ff1177a686e183f4f21db27fe037eb854ebf6daded5d5cb03a805
3
+ size 2848232
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 24,
17
+ "names": [
18
+ "Animal",
19
+ "Beaker",
20
+ "Bert",
21
+ "BigBird",
22
+ "Bunsen",
23
+ "Camilla",
24
+ "CookieMonster",
25
+ "Elmo",
26
+ "Ernie",
27
+ "Floyd",
28
+ "Fozzie",
29
+ "Gonzo",
30
+ "Grover",
31
+ "Kermit",
32
+ "Oscar",
33
+ "Pepe",
34
+ "Piggy",
35
+ "Rowlf",
36
+ "Scooter",
37
+ "Statler",
38
+ "SwedishChef",
39
+ "TheCount",
40
+ "Waldorf",
41
+ "Zoot"
42
+ ],
43
+ "id": null,
44
+ "_type": "ClassLabel"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": "",
49
+ "post_processed": null,
50
+ "post_processing_size": null,
51
+ "size_in_bytes": null,
52
+ "splits": {
53
+ "valid": {
54
+ "name": "valid",
55
+ "num_bytes": 2847172,
56
+ "num_examples": 162,
57
+ "dataset_name": null
58
+ }
59
+ },
60
+ "supervised_keys": null,
61
+ "task_templates": null,
62
+ "version": null
63
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cb152c89f0bab725",
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
+ }