Datasets:
autotrain-data-processor
commited on
Commit
•
f46cd91
1
Parent(s):
320710e
Processed data from AutoTrain data processor ([2023-02-03 01:51 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +35 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +35 -0
- processed/valid/state.json +17 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: food-category-classification
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project food-category-classification.
|
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": "<512x512 RGB PIL image>",
|
26 |
+
"target": 0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<512x512 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=['Bread', 'Dairy product', 'Dessert', 'Egg', 'Fried food', 'Meat', 'Noodles-Pasta', 'Rice', 'Seafood', 'Soup', 'Vegetable-Fruit'], 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 | 1210 |
|
53 |
+
| valid | 275 |
|
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:96a55055f0ff027a2b643c8d61f795a5becfdbe5371eb79430a14ea7d1de28bf
|
3 |
+
size 85528656
|
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 |
+
"Bread",
|
11 |
+
"Dairy product",
|
12 |
+
"Dessert",
|
13 |
+
"Egg",
|
14 |
+
"Fried food",
|
15 |
+
"Meat",
|
16 |
+
"Noodles-Pasta",
|
17 |
+
"Rice",
|
18 |
+
"Seafood",
|
19 |
+
"Soup",
|
20 |
+
"Vegetable-Fruit"
|
21 |
+
],
|
22 |
+
"_type": "ClassLabel"
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"homepage": "",
|
26 |
+
"license": "",
|
27 |
+
"splits": {
|
28 |
+
"train": {
|
29 |
+
"name": "train",
|
30 |
+
"num_bytes": 85527433,
|
31 |
+
"num_examples": 1210,
|
32 |
+
"dataset_name": null
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "547bcac53079f23f",
|
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:5e973fe98d2f6cb0aaddd8da823fa8e9811c17aed2d0bb61d1ced9fab7bf974b
|
3 |
+
size 21165992
|
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 |
+
"Bread",
|
11 |
+
"Dairy product",
|
12 |
+
"Dessert",
|
13 |
+
"Egg",
|
14 |
+
"Fried food",
|
15 |
+
"Meat",
|
16 |
+
"Noodles-Pasta",
|
17 |
+
"Rice",
|
18 |
+
"Seafood",
|
19 |
+
"Soup",
|
20 |
+
"Vegetable-Fruit"
|
21 |
+
],
|
22 |
+
"_type": "ClassLabel"
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"homepage": "",
|
26 |
+
"license": "",
|
27 |
+
"splits": {
|
28 |
+
"valid": {
|
29 |
+
"name": "valid",
|
30 |
+
"num_bytes": 21165102,
|
31 |
+
"num_examples": 275,
|
32 |
+
"dataset_name": null
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "b586fe5a65d0452b",
|
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 |
+
}
|