Datasets:
autotrain-data-processor
commited on
Commit
•
bdfd499
1
Parent(s):
15890eb
Processed data from AutoTrain data processor ([2023-01-17 15:17 ]
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +43 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +43 -0
- processed/valid/state.json +17 -0
- raw/image_folders/auto/test/Adult Chara and Young Chara/0002.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara and Young Chara/0003.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0000.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0001.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0002.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0003.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0004.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0005.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0006.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0012.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0013.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0014.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0015.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0016.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0017.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0018.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0019.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0020.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0021.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0022.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0023.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0024.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0025.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0026.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0027.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0028.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0029.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0030.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0031.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0032.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0033.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0034.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0035.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0036.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0037.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/0039.PNG +0 -0
- raw/image_folders/auto/test/Adult Chara/0040.PNG +0 -0
- raw/image_folders/auto/test/Adult Chara/Adult Chara 0.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/Adult Chara 12.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/Adult Chara 13.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/Adult Chara 14.JPG +0 -0
- raw/image_folders/auto/test/Adult Chara/Adult Chara 15.JPG +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: attempt
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project attempt.
|
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": "<600x600 RGB PIL image>",
|
26 |
+
"target": 1
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<1024x590 RGB PIL image>",
|
30 |
+
"target": 1
|
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=['Adult Chara', 'Adult Chara and Young Chara', 'Chara', 'Female Kris', 'Kris', 'Kris and Adult Chara', 'Kris and Chara', 'Kris and Female Chara', 'Kris and Male Chara', 'Kris and The Player', 'Kris and a Soul', 'Kris next to the Ghost of Chara', 'Male Kris', 'Male Kris and Female Kris', 'StoryShift Chara', 'StoryShift Chara and Young Chara', 'Teen Chara and Young Chara', 'Teenager Chara and Young Chara', 'Young Chara'], 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 | 634 |
|
53 |
+
| valid | 437 |
|
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:03f83641710380d6f69c5b0bfedbc7db45737707161b4b6281d056371e726bbc
|
3 |
+
size 57528256
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Adult Chara",
|
11 |
+
"Adult Chara and Young Chara",
|
12 |
+
"Chara",
|
13 |
+
"Female Kris",
|
14 |
+
"Kris",
|
15 |
+
"Kris and Adult Chara",
|
16 |
+
"Kris and Chara",
|
17 |
+
"Kris and Female Chara",
|
18 |
+
"Kris and Male Chara",
|
19 |
+
"Kris and The Player",
|
20 |
+
"Kris and a Soul",
|
21 |
+
"Kris next to the Ghost of Chara",
|
22 |
+
"Male Kris",
|
23 |
+
"Male Kris and Female Kris",
|
24 |
+
"StoryShift Chara",
|
25 |
+
"StoryShift Chara and Young Chara",
|
26 |
+
"Teen Chara and Young Chara",
|
27 |
+
"Teenager Chara and Young Chara",
|
28 |
+
"Young Chara"
|
29 |
+
],
|
30 |
+
"_type": "ClassLabel"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"homepage": "",
|
34 |
+
"license": "",
|
35 |
+
"splits": {
|
36 |
+
"train": {
|
37 |
+
"name": "train",
|
38 |
+
"num_bytes": 57527070,
|
39 |
+
"num_examples": 634,
|
40 |
+
"dataset_name": null
|
41 |
+
}
|
42 |
+
}
|
43 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "093ff61211beb943",
|
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:d082d87b59e45c788a5281413c5ae64795d8363642230c43fdb262e21302a969
|
3 |
+
size 38628496
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Adult Chara",
|
11 |
+
"Adult Chara and Young Chara",
|
12 |
+
"Chara",
|
13 |
+
"Female Kris",
|
14 |
+
"Kris",
|
15 |
+
"Kris and Adult Chara",
|
16 |
+
"Kris and Chara",
|
17 |
+
"Kris and Female Chara",
|
18 |
+
"Kris and Male Chara",
|
19 |
+
"Kris and The Player",
|
20 |
+
"Kris and a Soul",
|
21 |
+
"Kris next to the Ghost of Chara",
|
22 |
+
"Male Kris",
|
23 |
+
"Male Kris and Female Kris",
|
24 |
+
"StoryShift Chara",
|
25 |
+
"StoryShift Chara and Young Chara",
|
26 |
+
"Teen Chara and Young Chara",
|
27 |
+
"Teenager Chara and Young Chara",
|
28 |
+
"Young Chara"
|
29 |
+
],
|
30 |
+
"_type": "ClassLabel"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"homepage": "",
|
34 |
+
"license": "",
|
35 |
+
"splits": {
|
36 |
+
"valid": {
|
37 |
+
"name": "valid",
|
38 |
+
"num_bytes": 38627316,
|
39 |
+
"num_examples": 437,
|
40 |
+
"dataset_name": null
|
41 |
+
}
|
42 |
+
}
|
43 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "4039793fe1816625",
|
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 |
+
}
|
raw/image_folders/auto/test/Adult Chara and Young Chara/0002.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara and Young Chara/0003.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0000.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0001.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0002.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0003.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0004.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0005.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0006.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0012.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0013.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0014.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0015.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0016.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0017.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0018.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0019.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0020.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0021.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0022.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0023.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0024.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0025.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0026.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0027.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0028.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0029.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0030.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0031.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0032.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0033.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0034.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0035.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0036.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0037.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0039.PNG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/0040.PNG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/Adult Chara 0.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/Adult Chara 12.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/Adult Chara 13.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/Adult Chara 14.JPG
CHANGED
Git LFS Details
|
raw/image_folders/auto/test/Adult Chara/Adult Chara 15.JPG
CHANGED
Git LFS Details
|