Datasets:
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +17 -6
dataset_infos.json
CHANGED
@@ -4,10 +4,22 @@
|
|
4 |
"homepage": "https://huggingface.co/datasets/Shahradmz/assertiveness-corpus",
|
5 |
"license": "CC BY-SA 4.0",
|
6 |
"features": {
|
7 |
-
"text":
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"splits": {
|
13 |
"train": {
|
@@ -15,5 +27,4 @@
|
|
15 |
}
|
16 |
}
|
17 |
}
|
18 |
-
}
|
19 |
-
|
|
|
4 |
"homepage": "https://huggingface.co/datasets/Shahradmz/assertiveness-corpus",
|
5 |
"license": "CC BY-SA 4.0",
|
6 |
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"description": "The text of the document."
|
10 |
+
},
|
11 |
+
"assertiveness": {
|
12 |
+
"dtype": "float",
|
13 |
+
"description": "The assertiveness score of the document rated by SciBert model."
|
14 |
+
},
|
15 |
+
"source": {
|
16 |
+
"dtype": "string",
|
17 |
+
"description": "The source of the document."
|
18 |
+
},
|
19 |
+
"label": {
|
20 |
+
"dtype": "int",
|
21 |
+
"description": "1 for assertive, 0 for non-assertive."
|
22 |
+
}
|
23 |
},
|
24 |
"splits": {
|
25 |
"train": {
|
|
|
27 |
}
|
28 |
}
|
29 |
}
|
30 |
+
}
|
|