CO-IR commited on
Commit
5eb4b01
·
verified ·
1 Parent(s): 9b94156

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: _id
5
+ dtype: string
6
+ - name: partition
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: language
11
+ dtype: string
12
+ - name: title
13
+ dtype: string
14
+ splits:
15
+ - name: queries
16
+ num_bytes: 28244088
17
+ num_examples: 19931
18
+ - name: corpus
19
+ num_bytes: 24718668
20
+ num_examples: 19931
21
+ download_size: 27660237
22
+ dataset_size: 52962756
23
+ ---
24
+ # Dataset Card for "stackoverflow-qa-queries-corpus"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)