derek-thomas
commited on
Commit
·
cfb3553
1
Parent(s):
eea4827
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ dataset_info:
|
|
14 |
- name: url
|
15 |
dtype: string
|
16 |
- name: created_utc
|
17 |
-
dtype: timestamp[
|
18 |
- name: author
|
19 |
dtype: string
|
20 |
- name: id
|
@@ -29,11 +29,30 @@ dataset_info:
|
|
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 |
|
39 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- name: url
|
15 |
dtype: string
|
16 |
- name: created_utc
|
17 |
+
dtype: timestamp[us, tz=UTC]
|
18 |
- name: author
|
19 |
dtype: string
|
20 |
- name: id
|
|
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: all_days
|
32 |
+
num_bytes: 3238215
|
33 |
+
num_examples: 7092
|
34 |
+
download_size: 1654455
|
35 |
+
dataset_size: 3238215
|
36 |
---
|
37 |
# Dataset Card for "dataset-creator-askreddit"
|
38 |
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
40 |
+
|
41 |
+
--- Generated Below ---
|
42 |
+
|
43 |
+
|
44 |
+
# Dataset Name
|
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 2013-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.
|
52 |
+
|
53 |
+
## Data Collection
|
54 |
+
This has been collected with sequential calls that follow the pagination of the pushshift request.
|
55 |
+
|
56 |
+
## Attribution
|
57 |
+
Data sourced from the Pushshift API.
|
58 |
+
|