File size: 675 Bytes
b4148ad
 
 
9ca0ae0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
---

# azaheadhealth

### Dataset INFO

```python
features=datasets.Features(
    {
        "text": datasets.Value("string"),
        "label": datasets.ClassLabel(num_classes=2, names=["NEGATIVE", "POSITIVE"]),
    }
),
supervised_keys=None,
task_templates=[
    TextClassification(
        text_column="text", label_column="label"
    )
]
```

### Dataset DESCRIPTION

`azaheadhealth` is a custom dataset for training binary text classifiers in the public health domain. 

02.05.24 - The `small` dataset is available. This set contains a `train` and `test` split with 160 and 24 examples respectively, at roughly 10:6 Negative:Positive examples each.