koutch commited on
Commit
0d0e0bb
1 Parent(s): e4d4be2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: question_id
7
+ dtype: int64
8
+ - name: question_body
9
+ dtype: string
10
+ - name: question_score
11
+ dtype: int64
12
+ - name: question_date
13
+ dtype: string
14
+ - name: answer_id
15
+ dtype: int64
16
+ - name: answer_body
17
+ dtype: string
18
+ - name: answer_score
19
+ dtype: int64
20
+ - name: answer_date
21
+ dtype: string
22
+ - name: tags
23
+ sequence: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 2142466142
27
+ num_examples: 987122
28
+ download_size: 829547986
29
+ dataset_size: 2142466142
30
+ ---
31
+ # Dataset Card for "stackoverflow_python"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)