cima-section48-ner / stats /react.json
guerrerotook's picture
Upload folder using huggingface_hub
20cdd83 verified
Raw
History Blame Contribute Delete
579 Bytes
{
"config": "react",
"entity_types": [
"REACT"
],
"labels": [
"O",
"B-REACT",
"I-REACT"
],
"train": {
"documents": 35,
"sentences": 2180,
"tokens": 34886,
"label_counts": {
"O": 31398,
"B-REACT": 1856,
"I-REACT": 1632
},
"missing_txt_files": [],
"docs_with_no_tags": []
},
"test": {
"documents": 15,
"sentences": 941,
"tokens": 17316,
"label_counts": {
"O": 15106,
"B-REACT": 1120,
"I-REACT": 1090
},
"missing_txt_files": [],
"docs_with_no_tags": []
}
}