derek-thomas
commited on
Commit
·
24a7572
1
Parent(s):
796af54
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,19 +20,19 @@ dataset_info:
|
|
20 |
- name: id
|
21 |
dtype: string
|
22 |
- name: downs
|
23 |
-
dtype:
|
24 |
- name: ups
|
25 |
-
dtype:
|
26 |
- name: date
|
27 |
dtype: string
|
28 |
- name: time
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: all_days
|
32 |
-
num_bytes:
|
33 |
-
num_examples:
|
34 |
-
download_size:
|
35 |
-
dataset_size:
|
36 |
---
|
37 |
# Dataset Card for "dataset-creator-askreddit"
|
38 |
|
@@ -45,7 +45,7 @@ dataset_info:
|
|
45 |
derek-thomas/dataset-creator-askreddit
|
46 |
|
47 |
## Update Frequency
|
48 |
-
The dataset is updated daily and covers the period from `2013-01-01` to 2017-01-
|
49 |
|
50 |
## Dataset Overview
|
51 |
The goal is to have an open dataset of `askreddit` submissions. This has been taken from the Pushshift API.
|
|
|
20 |
- name: id
|
21 |
dtype: string
|
22 |
- name: downs
|
23 |
+
dtype: float64
|
24 |
- name: ups
|
25 |
+
dtype: float64
|
26 |
- name: date
|
27 |
dtype: string
|
28 |
- name: time
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: all_days
|
32 |
+
num_bytes: 2953380709
|
33 |
+
num_examples: 7445938
|
34 |
+
download_size: 1410223205
|
35 |
+
dataset_size: 2953380709
|
36 |
---
|
37 |
# Dataset Card for "dataset-creator-askreddit"
|
38 |
|
|
|
45 |
derek-thomas/dataset-creator-askreddit
|
46 |
|
47 |
## Update Frequency
|
48 |
+
The dataset is updated daily and covers the period from `2013-01-01` to 2017-01-02
|
49 |
|
50 |
## Dataset Overview
|
51 |
The goal is to have an open dataset of `askreddit` submissions. This has been taken from the Pushshift API.
|