blindsubmissions commited on
Commit
36fb321
·
1 Parent(s): 0a972e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: identifier
5
+ dtype: string
6
+ - name: parameters
7
+ dtype: string
8
+ - name: docstring
9
+ dtype: string
10
+ - name: docstring_summary
11
+ dtype: string
12
+ - name: function
13
+ dtype: string
14
+ - name: function_tokens
15
+ sequence: string
16
+ - name: start_point
17
+ sequence: int64
18
+ - name: end_point
19
+ sequence: int64
20
+ - name: language
21
+ dtype: string
22
+ - name: docstring_language
23
+ dtype: string
24
+ - name: docstring_language_predictions
25
+ dtype: string
26
+ - name: is_langid_reliable
27
+ dtype: string
28
+ splits:
29
+ - name: python_gh
30
+ num_bytes: 36300760423
31
+ num_examples: 15000002
32
+ - name: java_gh
33
+ num_bytes: 21613057110
34
+ num_examples: 15000014
35
+ - name: go_gh
36
+ num_bytes: 22559741937
37
+ num_examples: 15000078
38
+ - name: javascript_gh
39
+ num_bytes: 3895688311
40
+ num_examples: 2000040
41
+ download_size: 166324499
42
+ dataset_size: 84369247781
43
+ ---
44
+ # Dataset Card for "GH_text2code"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)