File size: 2,236 Bytes
8e34a68 |
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
{
"kaniku--predict_data": {
"description": "NER Kaniku Dataset for thesis",
"citation": "",
"homepage": "",
"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.0",
"description": null,
"major": 1,
"minor:": 0,
"patch": 0
},
"splits": {
"jawaban": {
"name": "jawaban",
"num_bytes": 8355448,
"num_examples": 2000,
"dataset_name": "predict_data"
},
"pertanyaan": {
"name": "pertanyaan",
"num_bytes": 1821282,
"num_examples": 2000,
"dataset_name": "predict_data"
},
"anak": {
"name": "anak",
"num_bytes": 5149163,
"num_examples": 2000,
"dataset_name": "predict_data"
},
"kehamilan": {
"name": "kehamilan",
"num_bytes": 5027567,
"num_examples": 2000,
"dataset_name": "predict_data"
}
},
"download_checksums": null,
"download_size": 2895216,
"post_processing_size": null,
"dataset_size": 20353460,
"size_in_bytes": 23248676
}
} |