autotrain-data-processor
commited on
Commit
•
752e206
1
Parent(s):
69a0efb
Processed data from AutoTrain data processor ([2023-05-02 13:16 ]
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 +33 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +33 -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: face_de-identification
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project face_de-identification.
|
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": "<256x256 RGB PIL image>",
|
26 |
+
"target": 2
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<256x256 RGB PIL image>",
|
30 |
+
"target": 6
|
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=['Abdullah_Gul', 'Alejandro_Toledo', 'Alvaro_Uribe', 'Amelie_Mauresmo', 'Andre_Agassi', 'Angelina_Jolie', 'Ariel_Sharon', 'Arnold_Schwarzenegger', 'Atal_Bihari_Vajpayee'], 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 | 2212 |
|
53 |
+
| valid | 558 |
|
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:b3b69589a631252d6ed701d6478abeef6d8ca3db8409791cfc3e4dc4f1f2c6b9
|
3 |
+
size 87286048
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Abdullah_Gul",
|
11 |
+
"Alejandro_Toledo",
|
12 |
+
"Alvaro_Uribe",
|
13 |
+
"Amelie_Mauresmo",
|
14 |
+
"Andre_Agassi",
|
15 |
+
"Angelina_Jolie",
|
16 |
+
"Ariel_Sharon",
|
17 |
+
"Arnold_Schwarzenegger",
|
18 |
+
"Atal_Bihari_Vajpayee"
|
19 |
+
],
|
20 |
+
"_type": "ClassLabel"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"homepage": "",
|
24 |
+
"license": "",
|
25 |
+
"splits": {
|
26 |
+
"train": {
|
27 |
+
"name": "train",
|
28 |
+
"num_bytes": 87284459,
|
29 |
+
"num_examples": 2212,
|
30 |
+
"dataset_name": null
|
31 |
+
}
|
32 |
+
}
|
33 |
+
}
|
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": "27d43d576f4ca8eb",
|
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:1ca208f409e8c54e3d44df403be376da1d75c3e29494c5b6e2d3c5d35783f2df
|
3 |
+
size 22114160
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Abdullah_Gul",
|
11 |
+
"Alejandro_Toledo",
|
12 |
+
"Alvaro_Uribe",
|
13 |
+
"Amelie_Mauresmo",
|
14 |
+
"Andre_Agassi",
|
15 |
+
"Angelina_Jolie",
|
16 |
+
"Ariel_Sharon",
|
17 |
+
"Arnold_Schwarzenegger",
|
18 |
+
"Atal_Bihari_Vajpayee"
|
19 |
+
],
|
20 |
+
"_type": "ClassLabel"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"homepage": "",
|
24 |
+
"license": "",
|
25 |
+
"splits": {
|
26 |
+
"valid": {
|
27 |
+
"name": "valid",
|
28 |
+
"num_bytes": 22113228,
|
29 |
+
"num_examples": 558,
|
30 |
+
"dataset_name": null
|
31 |
+
}
|
32 |
+
}
|
33 |
+
}
|
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": "11725a4d1455a85e",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|