Shahradmz commited on
Commit
ec61eaf
1 Parent(s): c9369f4

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": "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": {
@@ -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
+ }