typingmonk
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
pretty_name: hello_world
|
5 |
+
configs:
|
6 |
+
- config_name: "46251501064"
|
7 |
+
data_files: 46251501064.csv
|
8 |
+
dataset_info:
|
9 |
+
- config_name: "46251501064"
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
+
- name: published_at
|
14 |
+
dtype: string
|
15 |
+
- name: url
|
16 |
+
dtype: string
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
- name: type
|
20 |
+
dtype: string
|
21 |
+
- name: reaction_count
|
22 |
+
dtype: int64
|
23 |
+
- name: comment_count
|
24 |
+
dtype: int64
|
25 |
+
- name: share_count
|
26 |
+
dtype: int64
|
27 |
+
- name: like_count
|
28 |
+
dtype: int64
|
29 |
+
- name: angry_count
|
30 |
+
dtype: int64
|
31 |
+
- name: haha_count
|
32 |
+
dtype: int64
|
33 |
+
- name: love_count
|
34 |
+
dtype: string
|
35 |
+
- name: sad_count
|
36 |
+
dtype: string
|
37 |
+
- name: wow_count
|
38 |
+
dtype: string
|
39 |
+
- name: support_count
|
40 |
+
dtype: string
|
41 |
+
- name: quote_url
|
42 |
+
dtype: string
|
43 |
+
- name: quote_title
|
44 |
+
dtype: string
|
45 |
+
- name: quote_text
|
46 |
+
dtype: string
|
47 |
+
- name: quote_type
|
48 |
+
dtype: string
|
49 |
+
---
|