ummagumm-a
commited on
Commit
•
7b1947d
1
Parent(s):
a2e88de
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,13 +6,13 @@ dataset_info:
|
|
6 |
- name: post_title
|
7 |
dtype: string
|
8 |
- name: post_body
|
9 |
-
dtype:
|
10 |
- name: subreddit
|
11 |
dtype: string
|
12 |
- name: post_url
|
13 |
dtype: string
|
14 |
- name: flair_text
|
15 |
-
dtype:
|
16 |
- name: score
|
17 |
dtype: int64
|
18 |
- name: comments
|
@@ -23,10 +23,13 @@ dataset_info:
|
|
23 |
dtype: string
|
24 |
splits:
|
25 |
- name: train
|
26 |
-
num_bytes:
|
27 |
-
num_examples:
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
30 |
---
|
31 |
# Dataset Card for "reddit_posts"
|
32 |
|
|
|
6 |
- name: post_title
|
7 |
dtype: string
|
8 |
- name: post_body
|
9 |
+
dtype: float64
|
10 |
- name: subreddit
|
11 |
dtype: string
|
12 |
- name: post_url
|
13 |
dtype: string
|
14 |
- name: flair_text
|
15 |
+
dtype: float64
|
16 |
- name: score
|
17 |
dtype: int64
|
18 |
- name: comments
|
|
|
23 |
dtype: string
|
24 |
splits:
|
25 |
- name: train
|
26 |
+
num_bytes: 2215
|
27 |
+
num_examples: 8
|
28 |
+
- name: test
|
29 |
+
num_bytes: 621
|
30 |
+
num_examples: 2
|
31 |
+
download_size: 13777
|
32 |
+
dataset_size: 2836
|
33 |
---
|
34 |
# Dataset Card for "reddit_posts"
|
35 |
|