Shahradmz commited on
Commit
b52dafa
1 Parent(s): b3b8ff3

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -32
dataset_infos.json DELETED
@@ -1,32 +0,0 @@
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": {
8
- "dtype": "string",
9
- "description": "The text of the document."
10
- },
11
- "assertiveness": {
12
- "dtype": "float32",
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": "int32",
21
- "description": "1 for assertive, 0 for non-assertive."
22
- }
23
- },
24
- "splits": {
25
- "train": {
26
- "num_examples": 6000
27
- }
28
- },
29
- "download_size": 15148504,
30
- "dataset_size": 26038427
31
- }
32
- }