Diff of /README.md [000000] .. [d71878]

Switch to unified view

a b/README.md
1
---
2
task_categories:
3
- image-classification
4
5
---
6
# AutoTrain Dataset for project: stroke-classifier
7
8
## Dataset Description
9
10
This dataset has been automatically processed by AutoTrain for project stroke-classifier.
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": "<233x197 L PIL image>",
26
    "target": 0
27
  },
28
  {
29
    "image": "<233x197 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=['notStroke', 'stroke'], 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        | 1600 |
53
| valid        | 945 |