Zaid commited on
Commit
c85347f
1 Parent(s): f729a4e

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Word_Phrase
5
+ dtype: string
6
+ - name: POS
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': adj
11
+ '1': adv
12
+ '2': n
13
+ '3': v
14
+ - name: Polarity
15
+ dtype: string
16
+ - name: Score
17
+ dtype: string
18
+ - name: Synonyms
19
+ dtype: string
20
+ - name: Phrase
21
+ dtype: string
22
+ - name: Strength_word
23
+ dtype: string
24
+ - name: Nigation_word
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 465304
29
+ num_examples: 3941
30
+ download_size: 198886
31
+ dataset_size: 465304
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ ---
data/{train-00000-of-00001-f3611ddc98b0b460.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ba1b6da934764b84728c8ef25beefd8765a81b7869f2ec5a6ea223fb9735fc6
3
- size 190954
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c0054c42c75ff908b696cd9ad586489bdb07a7183c7205b132bcfed44c880c3
3
+ size 198886
dataset_infos.json CHANGED
@@ -1 +1,140 @@
1
- {"arbml--Senti_Lexicon": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Word_Phrase": {"dtype": "string", "id": null, "_type": "Value"}, "POS": {"dtype": "string", "id": null, "_type": "Value"}, "Polarity": {"dtype": "string", "id": null, "_type": "Value"}, "Score": {"dtype": "string", "id": null, "_type": "Value"}, "Synonyms": {"dtype": "string", "id": null, "_type": "Value"}, "Phrase": {"dtype": "string", "id": null, "_type": "Value"}, "Strength_word": {"dtype": "string", "id": null, "_type": "Value"}, "Nigation_word": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "senti_lexicon", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 458585, "num_examples": 3948, "dataset_name": "Senti_Lexicon"}}, "download_checksums": null, "download_size": 190954, "post_processing_size": null, "dataset_size": 458585, "size_in_bytes": 649539}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--Senti_Lexicon": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Word_Phrase": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "POS": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "Polarity": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "Score": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "Synonyms": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "Phrase": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "Strength_word": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "Nigation_word": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "post_processed": null,
50
+ "supervised_keys": null,
51
+ "task_templates": null,
52
+ "builder_name": "senti_lexicon",
53
+ "config_name": "default",
54
+ "version": {
55
+ "version_str": "0.0.0",
56
+ "description": null,
57
+ "major": 0,
58
+ "minor": 0,
59
+ "patch": 0
60
+ },
61
+ "splits": {
62
+ "train": {
63
+ "name": "train",
64
+ "num_bytes": 458585,
65
+ "num_examples": 3948,
66
+ "dataset_name": "Senti_Lexicon"
67
+ }
68
+ },
69
+ "download_checksums": null,
70
+ "download_size": 190954,
71
+ "post_processing_size": null,
72
+ "dataset_size": 458585,
73
+ "size_in_bytes": 649539
74
+ },
75
+ "default": {
76
+ "description": "",
77
+ "citation": "",
78
+ "homepage": "",
79
+ "license": "",
80
+ "features": {
81
+ "Word_Phrase": {
82
+ "dtype": "string",
83
+ "_type": "Value"
84
+ },
85
+ "POS": {
86
+ "names": [
87
+ "adj",
88
+ "adv",
89
+ "n",
90
+ "v"
91
+ ],
92
+ "_type": "ClassLabel"
93
+ },
94
+ "Polarity": {
95
+ "dtype": "string",
96
+ "_type": "Value"
97
+ },
98
+ "Score": {
99
+ "dtype": "string",
100
+ "_type": "Value"
101
+ },
102
+ "Synonyms": {
103
+ "dtype": "string",
104
+ "_type": "Value"
105
+ },
106
+ "Phrase": {
107
+ "dtype": "string",
108
+ "_type": "Value"
109
+ },
110
+ "Strength_word": {
111
+ "dtype": "string",
112
+ "_type": "Value"
113
+ },
114
+ "Nigation_word": {
115
+ "dtype": "string",
116
+ "_type": "Value"
117
+ }
118
+ },
119
+ "builder_name": "senti_lexicon",
120
+ "dataset_name": "senti_lexicon",
121
+ "config_name": "default",
122
+ "version": {
123
+ "version_str": "0.0.0",
124
+ "major": 0,
125
+ "minor": 0,
126
+ "patch": 0
127
+ },
128
+ "splits": {
129
+ "train": {
130
+ "name": "train",
131
+ "num_bytes": 465304,
132
+ "num_examples": 3941,
133
+ "dataset_name": null
134
+ }
135
+ },
136
+ "download_size": 198886,
137
+ "dataset_size": 465304,
138
+ "size_in_bytes": 664190
139
+ }
140
+ }