LivingNER / fr /validation /dataset_info.json
Praise2112's picture
Upload folder using huggingface_hub
42345ba verified
{
"citation": "",
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
"features": {
"text": {
"dtype": "string",
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"ner_tags": {
"feature": {
"names": [
"O",
"B-HUMAN",
"I-HUMAN",
"B-SPECIES",
"I-SPECIES",
"B-label",
"I-label"
],
"_type": "ClassLabel"
},
"_type": "Sequence"
},
"entity_mentions": [
{
"text": {
"dtype": "string",
"_type": "Value"
},
"label": {
"dtype": "string",
"_type": "Value"
},
"start": {
"dtype": "int64",
"_type": "Value"
},
"end": {
"dtype": "int64",
"_type": "Value"
}
}
],
"language": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "",
"license": ""
}