autotrain-data-processor commited on
Commit
300be5e
·
1 Parent(s): 155044e

Processed data from AutoTrain data processor ([2023-02-25 06:46 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: pick_a_card
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project pick_a_card.
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": "<224x224 RGB PIL image>",
26
+ "target": 0
27
+ },
28
+ {
29
+ "image": "<224x224 RGB 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(names=['ace of clubs', 'ace of diamonds', 'ace of hearts', 'ace of spades', 'eight of clubs', 'eight of diamonds', 'eight of hearts', 'eight of spades', 'five of clubs', 'five of diamonds', 'five of hearts', 'five of spades', 'four of clubs', 'four of diamonds', 'four of hearts', 'four of spades', 'jack of clubs', 'jack of diamonds', 'jack of hearts', 'jack of spades', 'joker', 'king of clubs', 'king of diamonds', 'king of hearts', 'king of spades', 'nine of clubs', 'nine of diamonds', 'nine of hearts', 'nine of spades', 'queen of clubs', 'queen of diamonds', 'queen of hearts', 'queen of spades', 'seven of clubs', 'seven of diamonds', 'seven of hearts', 'seven of spades', 'six of clubs', 'six of diamonds', 'six of hearts', 'six of spades', 'ten of clubs', 'ten of diamonds', 'ten of hearts', 'ten of spades', 'three of clubs', 'three of diamonds', 'three of hearts', 'three of spades', 'two of clubs', 'two of diamonds', 'two of hearts', 'two of spades'], 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 | 7624 |
53
+ | valid | 265 |
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:e5e49b3257ec24dd266384aa7afec606569aebf0d5dc7be2ec1c6cb609be1605
3
+ size 147725576
processed/train/dataset_info.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "ace of clubs",
11
+ "ace of diamonds",
12
+ "ace of hearts",
13
+ "ace of spades",
14
+ "eight of clubs",
15
+ "eight of diamonds",
16
+ "eight of hearts",
17
+ "eight of spades",
18
+ "five of clubs",
19
+ "five of diamonds",
20
+ "five of hearts",
21
+ "five of spades",
22
+ "four of clubs",
23
+ "four of diamonds",
24
+ "four of hearts",
25
+ "four of spades",
26
+ "jack of clubs",
27
+ "jack of diamonds",
28
+ "jack of hearts",
29
+ "jack of spades",
30
+ "joker",
31
+ "king of clubs",
32
+ "king of diamonds",
33
+ "king of hearts",
34
+ "king of spades",
35
+ "nine of clubs",
36
+ "nine of diamonds",
37
+ "nine of hearts",
38
+ "nine of spades",
39
+ "queen of clubs",
40
+ "queen of diamonds",
41
+ "queen of hearts",
42
+ "queen of spades",
43
+ "seven of clubs",
44
+ "seven of diamonds",
45
+ "seven of hearts",
46
+ "seven of spades",
47
+ "six of clubs",
48
+ "six of diamonds",
49
+ "six of hearts",
50
+ "six of spades",
51
+ "ten of clubs",
52
+ "ten of diamonds",
53
+ "ten of hearts",
54
+ "ten of spades",
55
+ "three of clubs",
56
+ "three of diamonds",
57
+ "three of hearts",
58
+ "three of spades",
59
+ "two of clubs",
60
+ "two of diamonds",
61
+ "two of hearts",
62
+ "two of spades"
63
+ ],
64
+ "_type": "ClassLabel"
65
+ }
66
+ },
67
+ "homepage": "",
68
+ "license": "",
69
+ "splits": {
70
+ "train": {
71
+ "name": "train",
72
+ "num_bytes": 147721591,
73
+ "num_examples": 7624,
74
+ "dataset_name": null
75
+ }
76
+ }
77
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "67a9239444d72d18",
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:270eda9c95b3e325d549487bae47fda7446f454b20e7adeb4f64874d566ffe1a
3
+ size 6470952
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "ace of clubs",
11
+ "ace of diamonds",
12
+ "ace of hearts",
13
+ "ace of spades",
14
+ "eight of clubs",
15
+ "eight of diamonds",
16
+ "eight of hearts",
17
+ "eight of spades",
18
+ "five of clubs",
19
+ "five of diamonds",
20
+ "five of hearts",
21
+ "five of spades",
22
+ "four of clubs",
23
+ "four of diamonds",
24
+ "four of hearts",
25
+ "four of spades",
26
+ "jack of clubs",
27
+ "jack of diamonds",
28
+ "jack of hearts",
29
+ "jack of spades",
30
+ "joker",
31
+ "king of clubs",
32
+ "king of diamonds",
33
+ "king of hearts",
34
+ "king of spades",
35
+ "nine of clubs",
36
+ "nine of diamonds",
37
+ "nine of hearts",
38
+ "nine of spades",
39
+ "queen of clubs",
40
+ "queen of diamonds",
41
+ "queen of hearts",
42
+ "queen of spades",
43
+ "seven of clubs",
44
+ "seven of diamonds",
45
+ "seven of hearts",
46
+ "seven of spades",
47
+ "six of clubs",
48
+ "six of diamonds",
49
+ "six of hearts",
50
+ "six of spades",
51
+ "ten of clubs",
52
+ "ten of diamonds",
53
+ "ten of hearts",
54
+ "ten of spades",
55
+ "three of clubs",
56
+ "three of diamonds",
57
+ "three of hearts",
58
+ "three of spades",
59
+ "two of clubs",
60
+ "two of diamonds",
61
+ "two of hearts",
62
+ "two of spades"
63
+ ],
64
+ "_type": "ClassLabel"
65
+ }
66
+ },
67
+ "homepage": "",
68
+ "license": "",
69
+ "splits": {
70
+ "valid": {
71
+ "name": "valid",
72
+ "num_bytes": 6469242,
73
+ "num_examples": 265,
74
+ "dataset_name": null
75
+ }
76
+ }
77
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "53b9d35766222cb9",
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
+ }