autotrain-data-processor
commited on
Commit
·
d6e8fa9
1
Parent(s):
fbe752c
Processed data from AutoTrain data processor ([2023-04-18 14:50 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00002.arrow +3 -0
- processed/train/data-00001-of-00002.arrow +3 -0
- processed/train/dataset_info.json +44 -0
- processed/train/state.json +19 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +44 -0
- processed/valid/state.json +16 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: fine-tune
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project fine-tune.
|
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": "<382x256 RGB PIL image>",
|
26 |
+
"target": 17
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<341x256 RGB PIL image>",
|
30 |
+
"target": 7
|
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=['apple', 'banana', 'cake', 'candy', 'carrot', 'cookie', 'doughnut', 'grape', 'hot dog', 'ice cream', 'juice', 'muffin', 'orange', 'pineapple', 'popcorn', 'pretzel', 'salad', 'strawberry', 'waffle', 'watermelon'], 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 | 5394 |
|
53 |
+
| valid | 1351 |
|
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/data-00000-of-00002.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77143b37c077f0d7fd7a72035501a58e7cfd269b6ccaee59403b899c089dbb50
|
3 |
+
size 355061536
|
processed/train/data-00001-of-00002.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:017dcf3c58a8fc75fc75616087882cb80465ccc52f084d204d20cc826cdde8a1
|
3 |
+
size 351591096
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"apple",
|
11 |
+
"banana",
|
12 |
+
"cake",
|
13 |
+
"candy",
|
14 |
+
"carrot",
|
15 |
+
"cookie",
|
16 |
+
"doughnut",
|
17 |
+
"grape",
|
18 |
+
"hot dog",
|
19 |
+
"ice cream",
|
20 |
+
"juice",
|
21 |
+
"muffin",
|
22 |
+
"orange",
|
23 |
+
"pineapple",
|
24 |
+
"popcorn",
|
25 |
+
"pretzel",
|
26 |
+
"salad",
|
27 |
+
"strawberry",
|
28 |
+
"waffle",
|
29 |
+
"watermelon"
|
30 |
+
],
|
31 |
+
"_type": "ClassLabel"
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"homepage": "",
|
35 |
+
"license": "",
|
36 |
+
"splits": {
|
37 |
+
"train": {
|
38 |
+
"name": "train",
|
39 |
+
"num_bytes": 706649397,
|
40 |
+
"num_examples": 5394,
|
41 |
+
"dataset_name": null
|
42 |
+
}
|
43 |
+
}
|
44 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00002.arrow"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"filename": "data-00001-of-00002.arrow"
|
8 |
+
}
|
9 |
+
],
|
10 |
+
"_fingerprint": "649beef7e374c5d0",
|
11 |
+
"_format_columns": [
|
12 |
+
"image",
|
13 |
+
"target"
|
14 |
+
],
|
15 |
+
"_format_kwargs": {},
|
16 |
+
"_format_type": null,
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|
processed/valid/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee44d459d44e69be7bc0f00ca71a9d231c00be728455020a3aaf2002ce32d9a8
|
3 |
+
size 176538760
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"apple",
|
11 |
+
"banana",
|
12 |
+
"cake",
|
13 |
+
"candy",
|
14 |
+
"carrot",
|
15 |
+
"cookie",
|
16 |
+
"doughnut",
|
17 |
+
"grape",
|
18 |
+
"hot dog",
|
19 |
+
"ice cream",
|
20 |
+
"juice",
|
21 |
+
"muffin",
|
22 |
+
"orange",
|
23 |
+
"pineapple",
|
24 |
+
"popcorn",
|
25 |
+
"pretzel",
|
26 |
+
"salad",
|
27 |
+
"strawberry",
|
28 |
+
"waffle",
|
29 |
+
"watermelon"
|
30 |
+
],
|
31 |
+
"_type": "ClassLabel"
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"homepage": "",
|
35 |
+
"license": "",
|
36 |
+
"splits": {
|
37 |
+
"valid": {
|
38 |
+
"name": "valid",
|
39 |
+
"num_bytes": 176537468,
|
40 |
+
"num_examples": 1351,
|
41 |
+
"dataset_name": null
|
42 |
+
}
|
43 |
+
}
|
44 |
+
}
|
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": "d0b8595a183200d0",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|