reubenjohn
commited on
Commit
•
084b565
1
Parent(s):
1cdf4e7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: PostId
|
5 |
+
dtype: int64
|
6 |
+
- name: PostCreationDate
|
7 |
+
dtype: string
|
8 |
+
- name: OwnerUserId
|
9 |
+
dtype: int64
|
10 |
+
- name: OwnerCreationDate
|
11 |
+
dtype: string
|
12 |
+
- name: ReputationAtPostCreation
|
13 |
+
dtype: int64
|
14 |
+
- name: OwnerUndeletedAnswerCountAtPostTime
|
15 |
+
dtype: int64
|
16 |
+
- name: Title
|
17 |
+
dtype: string
|
18 |
+
- name: BodyMarkdown
|
19 |
+
dtype: string
|
20 |
+
- name: Tag1
|
21 |
+
dtype: string
|
22 |
+
- name: Tag2
|
23 |
+
dtype: string
|
24 |
+
- name: Tag3
|
25 |
+
dtype: string
|
26 |
+
- name: Tag4
|
27 |
+
dtype: string
|
28 |
+
- name: Tag5
|
29 |
+
dtype: string
|
30 |
+
- name: PostClosedDate
|
31 |
+
dtype: string
|
32 |
+
- name: OpenStatus
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 3805858846
|
37 |
+
num_examples: 3336822
|
38 |
+
- name: valid
|
39 |
+
num_bytes: 35222404
|
40 |
+
num_examples: 26964
|
41 |
+
- name: test
|
42 |
+
num_bytes: 8969955
|
43 |
+
num_examples: 6742
|
44 |
+
download_size: 2055149982
|
45 |
+
dataset_size: 3850051205
|
46 |
+
---
|
47 |
+
# Dataset Card for "stackoverflow-unified-text-open-status-classification"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|