gutenberg_spacy-ner / dataset_infos.json
dvilasuero's picture
Upload dataset_infos.json with huggingface_hub
5de4b1d
{"default": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"text": {
"dtype": "string",
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"prediction": [
{
"end": {
"dtype": "int64",
"_type": "Value"
},
"label": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "float64",
"_type": "Value"
},
"start": {
"dtype": "int64",
"_type": "Value"
}
}
],
"prediction_agent": {
"dtype": "string",
"_type": "Value"
},
"annotation": {
"dtype": "null",
"_type": "Value"
},
"annotation_agent": {
"dtype": "null",
"_type": "Value"
},
"id": {
"dtype": "string",
"_type": "Value"
},
"metadata": {
"dtype": "null",
"_type": "Value"
},
"status": {
"dtype": "string",
"_type": "Value"
},
"event_timestamp": {
"dtype": "null",
"_type": "Value"
},
"metrics": {
"annotated": {
"mentions": {
"feature": {
"dtype": "null",
"_type": "Value"
},
"_type": "Sequence"
}
},
"predicted": {
"mentions": [
{
"capitalness": {
"dtype": "string",
"_type": "Value"
},
"chars_length": {
"dtype": "int64",
"_type": "Value"
},
"density": {
"dtype": "float64",
"_type": "Value"
},
"label": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "float64",
"_type": "Value"
},
"tokens_length": {
"dtype": "int64",
"_type": "Value"
},
"value": {
"dtype": "string",
"_type": "Value"
}
}
]
},
"tokens": [
{
"capitalness": {
"dtype": "string",
"_type": "Value"
},
"char_end": {
"dtype": "int64",
"_type": "Value"
},
"char_start": {
"dtype": "int64",
"_type": "Value"
},
"custom": {
"dtype": "null",
"_type": "Value"
},
"idx": {
"dtype": "int64",
"_type": "Value"
},
"length": {
"dtype": "int64",
"_type": "Value"
},
"score": {
"dtype": "null",
"_type": "Value"
},
"tag": {
"dtype": "string",
"_type": "Value"
},
"value": {
"dtype": "string",
"_type": "Value"
}
}
],
"tokens_length": {
"dtype": "int64",
"_type": "Value"
}
},
"vectors": {
"mini-lm-sentence-transformers": {
"feature": {
"dtype": "float64",
"_type": "Value"
},
"_type": "Sequence"
}
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 1426424,
"num_examples": 100,
"dataset_name": "gutenberg_spacy-ner"
}
},
"download_size": 389794,
"dataset_size": 1426424,
"size_in_bytes": 1816218
}}