Commit
•
224c22a
1
Parent(s):
b5af400
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: archived
|
5 |
+
dtype: string
|
6 |
+
- name: author
|
7 |
+
dtype: string
|
8 |
+
- name: author_fullname
|
9 |
+
dtype: string
|
10 |
+
- name: body
|
11 |
+
dtype: string
|
12 |
+
- name: comment_type
|
13 |
+
dtype: string
|
14 |
+
- name: controversiality
|
15 |
+
dtype: string
|
16 |
+
- name: created_utc
|
17 |
+
dtype: string
|
18 |
+
- name: edited
|
19 |
+
dtype: string
|
20 |
+
- name: gilded
|
21 |
+
dtype: string
|
22 |
+
- name: id
|
23 |
+
dtype: string
|
24 |
+
- name: link_id
|
25 |
+
dtype: string
|
26 |
+
- name: locked
|
27 |
+
dtype: string
|
28 |
+
- name: name
|
29 |
+
dtype: string
|
30 |
+
- name: parent_id
|
31 |
+
dtype: string
|
32 |
+
- name: permalink
|
33 |
+
dtype: string
|
34 |
+
- name: retrieved_on
|
35 |
+
dtype: string
|
36 |
+
- name: score
|
37 |
+
dtype: string
|
38 |
+
- name: subreddit_id
|
39 |
+
dtype: string
|
40 |
+
- name: subreddit_name_prefixed
|
41 |
+
dtype: string
|
42 |
+
- name: subreddit_type
|
43 |
+
dtype: string
|
44 |
+
- name: total_awards_received
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: tifu
|
48 |
+
num_bytes: 4761338653
|
49 |
+
num_examples: 12738669
|
50 |
+
download_size: 1935825344
|
51 |
+
dataset_size: 4761338653
|
52 |
+
---
|
53 |
+
# Dataset Card for "REDDIT_comments"
|
54 |
+
|
55 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|