autotrain-data-processor commited on
Commit
444e719
1 Parent(s): 53befaa

Processed data from AutoTrain data processor ([2023-10-13 15:56 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: jeongmi_chair
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project jeongmi_chair.
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": "<1000x1000 RGB PIL image>",
26
+ "target": 4
27
+ },
28
+ {
29
+ "image": "<700x700 RGB PIL image>",
30
+ "target": 6
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=['classsicantique', 'frenchprovence', 'industrial', 'koreaaisa', 'lovelyromantic', 'minimalsimple', 'modern', 'natural', 'notherneurope', 'unique', 'vintatageretro'], 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 | 796 |
53
+ | valid | 204 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bece75d7da85ee136ea098822ceaeeb2d4393481019e92d7ff650a9f36c29412
3
+ size 400107256
processed/train/dataset_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "classsicantique",
11
+ "frenchprovence",
12
+ "industrial",
13
+ "koreaaisa",
14
+ "lovelyromantic",
15
+ "minimalsimple",
16
+ "modern",
17
+ "natural",
18
+ "notherneurope",
19
+ "unique",
20
+ "vintatageretro"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "splits": {
28
+ "train": {
29
+ "name": "train",
30
+ "num_bytes": 400106328,
31
+ "num_examples": 796,
32
+ "dataset_name": null
33
+ }
34
+ }
35
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "848ff9ffe4928411",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245cb2a1aa5aa0ac95ad4c77daf2f226b7803bad5d463e5bc1f1630add98c81c
3
+ size 94631304
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "classsicantique",
11
+ "frenchprovence",
12
+ "industrial",
13
+ "koreaaisa",
14
+ "lovelyromantic",
15
+ "minimalsimple",
16
+ "modern",
17
+ "natural",
18
+ "notherneurope",
19
+ "unique",
20
+ "vintatageretro"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "splits": {
28
+ "valid": {
29
+ "name": "valid",
30
+ "num_bytes": 94630377,
31
+ "num_examples": 204,
32
+ "dataset_name": null
33
+ }
34
+ }
35
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d5ddacb4f6c33785",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }