Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
crpaulsen commited on
Commit
9a1d4ea
·
1 Parent(s): 7542179

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: int32
15
+ - name: repo
16
+ dtype: string
17
+ - name: path
18
+ dtype: string
19
+ - name: func_name
20
+ dtype: string
21
+ - name: original_string
22
+ dtype: string
23
+ - name: language
24
+ dtype: string
25
+ - name: code
26
+ dtype: string
27
+ - name: code_tokens
28
+ sequence: string
29
+ - name: docstring
30
+ dtype: string
31
+ - name: docstring_tokens
32
+ sequence: string
33
+ - name: sha
34
+ dtype: string
35
+ - name: url
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 813663148
40
+ num_examples: 251820
41
+ - name: validation
42
+ num_bytes: 46888564
43
+ num_examples: 13914
44
+ - name: test
45
+ num_bytes: 50659688
46
+ num_examples: 14918
47
+ download_size: 325683579
48
+ dataset_size: 911211400
49
+ ---
50
+ # Dataset Card for "codexglue_codesearchnet_python"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)