Datasets:
{ | |
"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": "float", | |
"description": "The assertiveness score of the document rated by SciBert model." | |
}, | |
"source": { | |
"dtype": "string", | |
"description": "The source of the document." | |
}, | |
"label": { | |
"dtype": "int", | |
"description": "1 for assertive, 0 for non-assertive." | |
} | |
}, | |
"splits": { | |
"train": { | |
"num_examples": 6000 | |
} | |
} | |
} | |
} |