reubenjohn commited on
Commit
8ca1a0e
·
1 Parent(s): f8b7fda

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: unified_texts
35
+ dtype: string
36
+ - name: labels
37
+ dtype: int64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 216256197
41
+ num_examples: 112217
42
+ - name: valid
43
+ num_bytes: 43398940
44
+ num_examples: 22443
45
+ - name: test
46
+ num_bytes: 43398940
47
+ num_examples: 22443
48
+ download_size: 163034074
49
+ dataset_size: 303054077
50
+ ---
51
+ # Dataset Card for "stackoverflow-open-status-classification"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)