theblackcat102
commited on
Commit
•
e05aaf7
1
Parent(s):
60390fe
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: Id
|
10 |
+
dtype: string
|
11 |
+
- name: PostTypeId
|
12 |
+
dtype: string
|
13 |
+
- name: AcceptedAnswerId
|
14 |
+
dtype: string
|
15 |
+
- name: ParentId
|
16 |
+
dtype: string
|
17 |
+
- name: Score
|
18 |
+
dtype: string
|
19 |
+
- name: ViewCount
|
20 |
+
dtype: string
|
21 |
+
- name: Body
|
22 |
+
dtype: string
|
23 |
+
- name: Title
|
24 |
+
dtype: string
|
25 |
+
- name: ContentLicense
|
26 |
+
dtype: string
|
27 |
+
- name: FavoriteCount
|
28 |
+
dtype: string
|
29 |
+
- name: CreationDate
|
30 |
+
dtype: string
|
31 |
+
- name: LastActivityDate
|
32 |
+
dtype: string
|
33 |
+
- name: LastEditDate
|
34 |
+
dtype: string
|
35 |
+
- name: LastEditorUserId
|
36 |
+
dtype: string
|
37 |
+
- name: OwnerUserId
|
38 |
+
dtype: string
|
39 |
+
- name: Tags
|
40 |
+
sequence: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 91145469
|
44 |
+
num_examples: 76788
|
45 |
+
download_size: 48788218
|
46 |
+
dataset_size: 91145469
|
47 |
+
---
|
48 |
+
# Dataset Card for "datascience-stackexchange-posts"
|
49 |
+
|
50 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|