Danitg95 commited on
Commit
b1d7935
·
1 Parent(s): a07edec

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +91 -0
dataset_infos.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Danitg95--feedback-kaggle-sentiment": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "discourse_id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "essay_id": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "discourse_text": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "discourse_type": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "discourse_effectiveness": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "discourse_text_processed": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "length": -1,
39
+ "id": null,
40
+ "_type": "Sequence"
41
+ },
42
+ "has_mistakes": {
43
+ "dtype": "int64",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "discourse_text_length": {
48
+ "dtype": "int64",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "sentiment": [
53
+ {
54
+ "label": {
55
+ "dtype": "string",
56
+ "id": null,
57
+ "_type": "Value"
58
+ },
59
+ "score": {
60
+ "dtype": "float64",
61
+ "id": null,
62
+ "_type": "Value"
63
+ }
64
+ }
65
+ ],
66
+ "__index_level_0__": {
67
+ "dtype": "int64",
68
+ "id": null,
69
+ "_type": "Value"
70
+ }
71
+ },
72
+ "post_processed": null,
73
+ "supervised_keys": null,
74
+ "task_templates": null,
75
+ "builder_name": null,
76
+ "config_name": null,
77
+ "version": null,
78
+ "splits": {
79
+ "train": {
80
+ "name": "train",
81
+ "num_bytes": 14253782,
82
+ "num_examples": 32276,
83
+ "dataset_name": "feedback-kaggle-sentiment"
84
+ }
85
+ },
86
+ "download_checksums": null,
87
+ "download_size": 5405820,
88
+ "post_processing_size": null,
89
+ "dataset_size": 14253782,
90
+ "size_in_bytes": 19659602
91
+ }}