theblackcat102 commited on
Commit
bb81a62
1 Parent(s): b20f13f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
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: 53461476
44
+ num_examples: 46554
45
+ download_size: 29558554
46
+ dataset_size: 53461476
47
+ ---
48
+ # Dataset Card for "quant-stackexchange-posts"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)