id_ner_nimas / dataset_infos.json
nadhifikbarw's picture
FIX
812131b
{
"id_ner_nimas": {
"description": "NER Nimas Dataset as part of \"Development of Indonesian Language Model for the Health and Biomedical Domains\nvia Domain Adaptation Transfer Learning\" research \n\nThe named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase.",
"citation": "",
"homepage": "https://nadhifikbarw.github.io",
"license": "",
"features": {
"id": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"ner_tags": {
"feature": {
"dtype": "int64",
"num_classes": 19,
"names": [
"O",
"B-PENYAKIT",
"I-PENYAKIT",
"B-FISIOLOGIS",
"I-FISIOLOGIS",
"B-ANATOMI",
"I-ANATOMI",
"B-PENGUKURAN",
"I-PENGUKURAN",
"B-TINDAKAN",
"I-TINDAKAN",
"B-OBAT",
"I-OBAT",
"B-PATOGEN",
"I-PATOGEN",
"B-PROTEIN",
"I-PROTEIN",
"B-SPESIES",
"I-SPESIES"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": {
"version_str": "1.0.2",
"description": null,
"major": 1,
"minor": 0,
"patch": 2
},
"splits": {
"train": {
"name": "train",
"num_bytes": 8734659,
"num_examples": 3533,
"dataset_name": "id_ner_nimas"
},
"test": {
"name": "test",
"num_bytes": 876753,
"num_examples": 274,
"dataset_name": "id_ner_nimas"
},
"validation": {
"name": "validation",
"num_bytes": 559602,
"num_examples": 193,
"dataset_name": "id_ner_nimas"
}
},
"download_checksums": null,
"download_size": 1495354,
"post_processing_size": null,
"dataset_size": 10171014,
"size_in_bytes": 11666368
}
}