assertiveness-corpus / data /dataset_infos.json
Shahradmz's picture
Upload data/dataset_infos.json with huggingface_hub
05ec48f verified
raw
history blame contribute delete
No virus
1.08 kB
{
"assertiveness-corpus": {
"description": "A compiled dataset of 6000 texts from multiple sources, scored using SciBert for assertiveness.",
"homepage": "https://huggingface.co/datasets/Shahradmz/assertiveness-corpus",
"license": "CC BY-SA 4.0",
"features": {
"text": {
"dtype": "string",
"description": "The text of the document."
},
"assertiveness": {
"dtype": "float32",
"description": "The assertiveness score of the document rated by SciBert model."
},
"source": {
"dtype": "string",
"description": "The source of the document."
},
"label": {
"dtype": "int32",
"description": "1 for assertive, 0 for non-assertive."
}
},
"splits": {
"train": {
"num_examples": 6000
}
},
"download_size": 15148504,
"dataset_size": 15148504
}
}