autotrain-data-processor commited on
Commit
a451ead
1 Parent(s): 4832b6d

Processed data from AutoTrain data processor ([2023-05-17 10:08 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: pr_final_covid-19
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project pr_final_covid-19.
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": "<299x299 L PIL image>",
26
+ "target": 0
27
+ },
28
+ {
29
+ "image": "<299x299 L 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=['Covid', 'Covid_test', 'Lung_Opacity', 'Lung_Opacity_test', 'Normal', 'Normal_test'], 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 | 399 |
53
+ | valid | 99 |
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:ff669296898a677eb00d0bc77a82029ee3c540f1db6e09d4560a2ac0431d8b17
3
+ size 14789232
processed/train/dataset_info.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "Covid",
11
+ "Covid_test",
12
+ "Lung_Opacity",
13
+ "Lung_Opacity_test",
14
+ "Normal",
15
+ "Normal_test"
16
+ ],
17
+ "_type": "ClassLabel"
18
+ }
19
+ },
20
+ "homepage": "",
21
+ "license": "",
22
+ "splits": {
23
+ "train": {
24
+ "name": "train",
25
+ "num_bytes": 14788390,
26
+ "num_examples": 399,
27
+ "dataset_name": null
28
+ }
29
+ }
30
+ }
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": "9a70b28151b311b6",
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:b435e16290170cb37b4083556b1704e2d01c54ba54fbf607ef6f47b8dae0cc19
3
+ size 3600552
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "Covid",
11
+ "Covid_test",
12
+ "Lung_Opacity",
13
+ "Lung_Opacity_test",
14
+ "Normal",
15
+ "Normal_test"
16
+ ],
17
+ "_type": "ClassLabel"
18
+ }
19
+ },
20
+ "homepage": "",
21
+ "license": "",
22
+ "splits": {
23
+ "valid": {
24
+ "name": "valid",
25
+ "num_bytes": 3599715,
26
+ "num_examples": 99,
27
+ "dataset_name": null
28
+ }
29
+ }
30
+ }
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": "21b3d4b6e9053282",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }