@thien
commited on
Commit
•
d94e9c9
1
Parent(s):
6966631
add feature description
Browse files
README.md
CHANGED
@@ -10,6 +10,19 @@ tags:
|
|
10 |
pretty_name: Political Slant Tweets Dataset
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
configs:
|
14 |
- config_name: style
|
15 |
default: true
|
|
|
10 |
pretty_name: Political Slant Tweets Dataset
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
13 |
+
features:
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
- name: raw_text
|
17 |
+
dtype: string
|
18 |
+
- name: filename
|
19 |
+
dtype: string
|
20 |
+
- name: label
|
21 |
+
dtype:
|
22 |
+
class_label:
|
23 |
+
names:
|
24 |
+
'0': republican
|
25 |
+
'1': democrat
|
26 |
configs:
|
27 |
- config_name: style
|
28 |
default: true
|