autotrain-data-processor
commited on
Commit
·
499bfa2
1
Parent(s):
cb0c575
Processed data from AutoTrain data processor ([2022-09-02 16:13 ]
Browse files- README.md +52 -2
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +44 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +44 -0
- processed/valid/state.json +17 -0
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
-
|
|
|
|
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: dog-classifiers
|
7 |
+
|
8 |
+
## Dataset Descritpion
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project dog-classifiers.
|
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": "<474x592 RGB PIL image>",
|
26 |
+
"target": 1
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<474x296 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(num_classes=5, names=['akita inu', 'corgi', 'leonberger', 'samoyed', 'shiba inu'], 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 | 598 |
|
53 |
+
| valid | 150 |
|
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:b6840db7995748b6b0b58afef05e1bffdf24ad2a349046148a3bd34e88bbf479
|
3 |
+
size 17337968
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 5,
|
17 |
+
"names": [
|
18 |
+
"akita inu",
|
19 |
+
"corgi",
|
20 |
+
"leonberger",
|
21 |
+
"samoyed",
|
22 |
+
"shiba inu"
|
23 |
+
],
|
24 |
+
"id": null,
|
25 |
+
"_type": "ClassLabel"
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"homepage": "",
|
29 |
+
"license": "",
|
30 |
+
"post_processed": null,
|
31 |
+
"post_processing_size": null,
|
32 |
+
"size_in_bytes": null,
|
33 |
+
"splits": {
|
34 |
+
"train": {
|
35 |
+
"name": "train",
|
36 |
+
"num_bytes": 17337087,
|
37 |
+
"num_examples": 598,
|
38 |
+
"dataset_name": null
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"supervised_keys": null,
|
42 |
+
"task_templates": null,
|
43 |
+
"version": null
|
44 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "b02ad27348fe4438",
|
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:c45b5982b99401a83bd4c8c621789eaf8629e1ac34d08dbfa86ca3cc2c2be78d
|
3 |
+
size 4598144
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 5,
|
17 |
+
"names": [
|
18 |
+
"akita inu",
|
19 |
+
"corgi",
|
20 |
+
"leonberger",
|
21 |
+
"samoyed",
|
22 |
+
"shiba inu"
|
23 |
+
],
|
24 |
+
"id": null,
|
25 |
+
"_type": "ClassLabel"
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"homepage": "",
|
29 |
+
"license": "",
|
30 |
+
"post_processed": null,
|
31 |
+
"post_processing_size": null,
|
32 |
+
"size_in_bytes": null,
|
33 |
+
"splits": {
|
34 |
+
"valid": {
|
35 |
+
"name": "valid",
|
36 |
+
"num_bytes": 4597267,
|
37 |
+
"num_examples": 150,
|
38 |
+
"dataset_name": null
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"supervised_keys": null,
|
42 |
+
"task_templates": null,
|
43 |
+
"version": null
|
44 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "2615f22588c929d3",
|
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 |
+
}
|