CO-IR commited on
Commit
f97051e
1 Parent(s): 0adb680

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: _id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: partition
9
+ dtype: string
10
+ - name: text
11
+ dtype: string
12
+ - name: language
13
+ dtype: string
14
+ - name: meta_information
15
+ struct:
16
+ - name: resource
17
+ dtype: string
18
+ splits:
19
+ - name: queries
20
+ num_bytes: 705583614
21
+ num_examples: 1005474
22
+ - name: corpus
23
+ num_bytes: 219580701
24
+ num_examples: 1003540
25
+ download_size: 359984033
26
+ dataset_size: 925164315
27
+ ---
28
+ # Dataset Card for "CodeSearchNet-go-queries-corpus"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)