CO-IR commited on
Commit
3c4a9e6
1 Parent(s): 41b2ca3

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: 445609320
21
+ num_examples: 1005474
22
+ - name: corpus
23
+ num_bytes: 336257639
24
+ num_examples: 1005474
25
+ download_size: 315035384
26
+ dataset_size: 781866959
27
+ ---
28
+ # Dataset Card for "CodeSearchNet-ccr-javascript-queries-corpus"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)