Datasets:
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +19 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"assertiveness-corpus": {
|
| 3 |
+
"description": "A compiled dataset of 6000 texts from multiple sources, scored using SciBert for assertiveness.",
|
| 4 |
+
"homepage": "https://huggingface.co/datasets/Shahradmz/assertiveness-corpus",
|
| 5 |
+
"license": "CC BY-SA 4.0",
|
| 6 |
+
"features": {
|
| 7 |
+
"text": "string. The text of the document.",
|
| 8 |
+
"assertiveness": "float. The assertiveness score of the document rated by SciBert model.",
|
| 9 |
+
"source": "string. The source of the document.",
|
| 10 |
+
"label": "int. 1 for assertive, 0 for non-assertive."
|
| 11 |
+
},
|
| 12 |
+
"splits": {
|
| 13 |
+
"train": {
|
| 14 |
+
"num_examples": 6000
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
|