References:
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:dengue_filipino')
- Description:
Benchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets.
- License: No known license
- Version: 1.0.0
- Splits:
Split | Examples |
---|---|
'test' |
4015 |
'train' |
4015 |
'validation' |
500 |
- Features:
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"absent": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"dengue": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"health": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"mosquito": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"sick": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}