cima-section48-ner / stats /active.json
guerrerotook's picture
Upload folder using huggingface_hub
20cdd83 verified
Raw
History Blame Contribute Delete
657 Bytes
{
"config": "active",
"entity_types": [
"ACTIVE"
],
"labels": [
"O",
"B-ACTIVE",
"I-ACTIVE"
],
"train": {
"documents": 35,
"sentences": 2180,
"tokens": 34886,
"label_counts": {
"O": 34702,
"B-ACTIVE": 163,
"I-ACTIVE": 21
},
"missing_txt_files": [],
"docs_with_no_tags": [
"23622",
"1201468004",
"1171225001"
]
},
"test": {
"documents": 15,
"sentences": 941,
"tokens": 17316,
"label_counts": {
"O": 17260,
"B-ACTIVE": 51,
"I-ACTIVE": 5
},
"missing_txt_files": [],
"docs_with_no_tags": [
"39411"
]
}
}