Datasets:
juliensimon
commited on
Commit
•
a7f7966
1
Parent(s):
ad7d44e
Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,19 @@ task_categories:
|
|
9 |
|
10 |
This dataset has been automatically processed by AutoTrain for project chest-xray-demo.
|
11 |
|
12 |
-
|
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:
|
@@ -45,7 +52,7 @@ The dataset has the following fields (also called "features"):
|
|
45 |
|
46 |
### Dataset Splits
|
47 |
|
48 |
-
This dataset is split into a train and validation split. The split sizes are as
|
49 |
|
50 |
| Split name | Num samples |
|
51 |
| ------------ | ------------------- |
|
|
|
9 |
|
10 |
This dataset has been automatically processed by AutoTrain for project chest-xray-demo.
|
11 |
|
12 |
+
The original dataset is located at https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia
|
|
|
|
|
13 |
|
14 |
## Dataset Structure
|
15 |
|
16 |
+
```
|
17 |
+
├── train
|
18 |
+
│ ├── NORMAL
|
19 |
+
│ └── PNEUMONIA
|
20 |
+
└── val
|
21 |
+
├── NORMAL
|
22 |
+
└── PNEUMONIA
|
23 |
+
```
|
24 |
+
|
25 |
### Data Instances
|
26 |
|
27 |
A sample from this dataset looks as follows:
|
|
|
52 |
|
53 |
### Dataset Splits
|
54 |
|
55 |
+
This dataset is split into a train and validation split. The split sizes are as follows:
|
56 |
|
57 |
| Split name | Num samples |
|
58 |
| ------------ | ------------------- |
|