Commit
·
8de9543
1
Parent(s):
c734372
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: score
|
5 |
+
dtype: int64
|
6 |
+
- name: num_comments
|
7 |
+
dtype: int64
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
+
- name: permalink
|
11 |
+
dtype: string
|
12 |
+
- name: selftext
|
13 |
+
dtype: string
|
14 |
+
- name: url
|
15 |
+
dtype: string
|
16 |
+
- name: created_utc
|
17 |
+
dtype: timestamp[s, tz=UTC]
|
18 |
+
- name: author
|
19 |
+
dtype: string
|
20 |
+
- name: id
|
21 |
+
dtype: string
|
22 |
+
- name: downs
|
23 |
+
dtype: int64
|
24 |
+
- name: ups
|
25 |
+
dtype: int64
|
26 |
+
- name: date
|
27 |
+
dtype: string
|
28 |
+
- name: time
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: all_days
|
32 |
+
num_bytes: 1398089
|
33 |
+
num_examples: 3272
|
34 |
+
download_size: 696922
|
35 |
+
dataset_size: 1398089
|
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)
|