Commit
·
fd1af43
1
Parent(s):
b33852c
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,12 +5,27 @@ dataset_info:
|
|
| 5 |
dtype: string
|
| 6 |
- name: comment
|
| 7 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
splits:
|
| 9 |
- name: train
|
| 10 |
-
num_bytes:
|
| 11 |
-
num_examples:
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Dataset Card for "reddit_posts_comments"
|
| 16 |
|
|
|
|
| 5 |
dtype: string
|
| 6 |
- name: comment
|
| 7 |
dtype: string
|
| 8 |
+
- name: controversiality
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: edited
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: is_submitter
|
| 13 |
+
dtype: bool
|
| 14 |
+
- name: score
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: num_comments_below
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: date-time
|
| 19 |
+
dtype: string
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
+
num_bytes: 591662
|
| 23 |
+
num_examples: 3201
|
| 24 |
+
- name: test
|
| 25 |
+
num_bytes: 115871
|
| 26 |
+
num_examples: 643
|
| 27 |
+
download_size: 367223
|
| 28 |
+
dataset_size: 707533
|
| 29 |
---
|
| 30 |
# Dataset Card for "reddit_posts_comments"
|
| 31 |
|