Datasets:
Tasks:
Image Classification
Modalities:
Image
autotrain-data-processor
commited on
Commit
·
a77b24f
1
Parent(s):
c043443
Processed data from AutoTrain data processor ([2023-03-23 08:59 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +37 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +37 -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: tree-classification
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project tree-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": "<194x259 RGB PIL image>",
|
26 |
+
"target": 0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<259x194 RGB PIL image>",
|
30 |
+
"target": 9
|
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=['Araucaria columnaris', 'Archontophenix alexandrae', 'Bischofia javanica', 'Callistemon viminalis', 'Casuarina equisetifolia', 'Cinnamomum burmannii', 'Dicranopteris pedata', 'Hibiscus tiliaceus', 'Livistona chinensis', 'Machilus chekiangensis', 'Melaleuca cajuputi subsp. cumingiana', 'Psychotria asiatica', 'Terminalia mantaly'], 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 | 68 |
|
53 |
+
| valid | 24 |
|
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:bd370bf0d7eb8318cb3f7c3ab764134bddea6bb03d5a8c15a1473fb2eaa0b2ec
|
3 |
+
size 64850672
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Araucaria columnaris",
|
11 |
+
"Archontophenix alexandrae",
|
12 |
+
"Bischofia javanica",
|
13 |
+
"Callistemon viminalis",
|
14 |
+
"Casuarina equisetifolia",
|
15 |
+
"Cinnamomum burmannii",
|
16 |
+
"Dicranopteris pedata",
|
17 |
+
"Hibiscus tiliaceus",
|
18 |
+
"Livistona chinensis",
|
19 |
+
"Machilus chekiangensis",
|
20 |
+
"Melaleuca cajuputi subsp. cumingiana",
|
21 |
+
"Psychotria asiatica",
|
22 |
+
"Terminalia mantaly"
|
23 |
+
],
|
24 |
+
"_type": "ClassLabel"
|
25 |
+
}
|
26 |
+
},
|
27 |
+
"homepage": "",
|
28 |
+
"license": "",
|
29 |
+
"splits": {
|
30 |
+
"train": {
|
31 |
+
"name": "train",
|
32 |
+
"num_bytes": 64849573,
|
33 |
+
"num_examples": 68,
|
34 |
+
"dataset_name": null
|
35 |
+
}
|
36 |
+
}
|
37 |
+
}
|
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": "741d361cb5da8bd6",
|
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:3ff5257980b4749227b47c9e003bfe31d80743b71ea2f2c831652d23fbff1044
|
3 |
+
size 19268880
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Araucaria columnaris",
|
11 |
+
"Archontophenix alexandrae",
|
12 |
+
"Bischofia javanica",
|
13 |
+
"Callistemon viminalis",
|
14 |
+
"Casuarina equisetifolia",
|
15 |
+
"Cinnamomum burmannii",
|
16 |
+
"Dicranopteris pedata",
|
17 |
+
"Hibiscus tiliaceus",
|
18 |
+
"Livistona chinensis",
|
19 |
+
"Machilus chekiangensis",
|
20 |
+
"Melaleuca cajuputi subsp. cumingiana",
|
21 |
+
"Psychotria asiatica",
|
22 |
+
"Terminalia mantaly"
|
23 |
+
],
|
24 |
+
"_type": "ClassLabel"
|
25 |
+
}
|
26 |
+
},
|
27 |
+
"homepage": "",
|
28 |
+
"license": "",
|
29 |
+
"splits": {
|
30 |
+
"valid": {
|
31 |
+
"name": "valid",
|
32 |
+
"num_bytes": 19267786,
|
33 |
+
"num_examples": 24,
|
34 |
+
"dataset_name": null
|
35 |
+
}
|
36 |
+
}
|
37 |
+
}
|
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": "5c671925c65bcc69",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|