CO-IR commited on
Commit
cbb600c
1 Parent(s): a54321b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: meta_information
13
+ struct:
14
+ - name: starter_code
15
+ dtype: string
16
+ - name: url
17
+ dtype: string
18
+ - name: title
19
+ dtype: string
20
+ splits:
21
+ - name: queries
22
+ num_bytes: 13633677
23
+ num_examples: 8765
24
+ - name: corpus
25
+ num_bytes: 6044437
26
+ num_examples: 8765
27
+ download_size: 9305273
28
+ dataset_size: 19678114
29
+ ---
30
+ # Dataset Card for "apps-queries-corpus"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)