cestwc commited on
Commit
65be194
1 Parent(s): fd091e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +169 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: local_created_at
5
+ dtype: string
6
+ - name: id
7
+ dtype: int64
8
+ - name: text
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: truncated
13
+ dtype: bool
14
+ - name: in_reply_to_status_id
15
+ dtype: float64
16
+ - name: in_reply_to_user_id
17
+ dtype: float64
18
+ - name: user_id
19
+ dtype: int64
20
+ - name: user_name
21
+ dtype: string
22
+ - name: user_screen_name
23
+ dtype: string
24
+ - name: user_location
25
+ dtype: string
26
+ - name: user_url
27
+ dtype: string
28
+ - name: user_verified
29
+ dtype: bool
30
+ - name: user_default_profile
31
+ dtype: bool
32
+ - name: user_description
33
+ dtype: string
34
+ - name: user_followers_count
35
+ dtype: int64
36
+ - name: user_friends_count
37
+ dtype: int64
38
+ - name: user_listed_count
39
+ dtype: int64
40
+ - name: user_favourites_count
41
+ dtype: int64
42
+ - name: user_statuses_count
43
+ dtype: int64
44
+ - name: local_user_created_at
45
+ dtype: string
46
+ - name: place_id
47
+ dtype: string
48
+ - name: place_url
49
+ dtype: string
50
+ - name: place_place_type
51
+ dtype: string
52
+ - name: place_name
53
+ dtype: string
54
+ - name: place_country_code
55
+ dtype: string
56
+ - name: place_bounding_box_type
57
+ dtype: string
58
+ - name: place_bounding_box_coordinates
59
+ dtype: string
60
+ - name: is_quote_status
61
+ dtype: bool
62
+ - name: retweet_count
63
+ dtype: int64
64
+ - name: favorite_count
65
+ dtype: int64
66
+ - name: entities_hashtags
67
+ dtype: string
68
+ - name: entities_urls
69
+ dtype: string
70
+ - name: entities_symbols
71
+ dtype: string
72
+ - name: entities_user_mentions
73
+ dtype: string
74
+ - name: favorited
75
+ dtype: bool
76
+ - name: retweeted
77
+ dtype: bool
78
+ - name: possibly_sensitive
79
+ dtype: bool
80
+ - name: lang
81
+ dtype: string
82
+ - name: latitude
83
+ dtype: float64
84
+ - name: longitude
85
+ dtype: float64
86
+ - name: year_created_at
87
+ dtype: int64
88
+ - name: month_created_at
89
+ dtype: int64
90
+ - name: day_created_at
91
+ dtype: int64
92
+ - name: weekday_created_at
93
+ dtype: int64
94
+ - name: hour_created_at
95
+ dtype: int64
96
+ - name: minute_created_at
97
+ dtype: int64
98
+ - name: year_user_created_at
99
+ dtype: int64
100
+ - name: month_user_created_at
101
+ dtype: int64
102
+ - name: day_user_created_at
103
+ dtype: int64
104
+ - name: weekday_user_created_at
105
+ dtype: int64
106
+ - name: hour_user_created_at
107
+ dtype: int64
108
+ - name: minute_user_created_at
109
+ dtype: int64
110
+ - name: subzone
111
+ dtype: string
112
+ - name: planning_area
113
+ dtype: string
114
+ - name: poi_flag
115
+ dtype: float64
116
+ - name: poi_id
117
+ dtype: string
118
+ - name: poi_dist
119
+ dtype: float64
120
+ - name: poi_latitude
121
+ dtype: float64
122
+ - name: poi_longitude
123
+ dtype: float64
124
+ - name: poi_name
125
+ dtype: string
126
+ - name: poi_type
127
+ dtype: string
128
+ - name: poi_cate2
129
+ dtype: string
130
+ - name: poi_cate3
131
+ dtype: string
132
+ - name: clean_text
133
+ dtype: string
134
+ - name: joy_score
135
+ dtype: float64
136
+ - name: trust_score
137
+ dtype: float64
138
+ - name: positive_score
139
+ dtype: float64
140
+ - name: sadness_score
141
+ dtype: float64
142
+ - name: disgust_score
143
+ dtype: float64
144
+ - name: anger_score
145
+ dtype: float64
146
+ - name: anticipation_score
147
+ dtype: float64
148
+ - name: negative_score
149
+ dtype: float64
150
+ - name: fear_score
151
+ dtype: float64
152
+ - name: surprise_score
153
+ dtype: float64
154
+ - name: words
155
+ dtype: string
156
+ - name: polarity_score
157
+ dtype: float64
158
+ - name: labels
159
+ dtype: int64
160
+ splits:
161
+ - name: '0203'
162
+ num_bytes: 1519418943
163
+ num_examples: 1025135
164
+ download_size: 415295950
165
+ dataset_size: 1519418943
166
+ ---
167
+ # Dataset Card for "SG-subzone-poi-sentiment"
168
+
169
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)