suriyagunasekar commited on
Commit
fb45b1f
1 Parent(s): 51ce639

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: content
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answers
11
+ sequence: string
12
+ - name: answers_scores
13
+ sequence: int32
14
+ - name: non_answers
15
+ sequence: string
16
+ - name: non_answers_scores
17
+ sequence: int32
18
+ - name: tags
19
+ sequence: string
20
+ - name: name
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 9114535831
25
+ num_examples: 1745972
26
+ download_size: 4753108665
27
+ dataset_size: 9114535831
28
+ ---
29
+ # Dataset Card for "stackoverflow-python-with-meta-data"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)