blastwind commited on
Commit
9c0303a
·
1 Parent(s): 9d2f0d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: path
7
+ dtype: string
8
+ - name: license
9
+ dtype: string
10
+ - name: full_code
11
+ dtype: string
12
+ - name: full_size
13
+ dtype: int64
14
+ - name: uncommented_code
15
+ dtype: string
16
+ - name: uncommented_size
17
+ dtype: int64
18
+ - name: function_only_code
19
+ dtype: string
20
+ - name: function_only_size
21
+ dtype: int64
22
+ - name: is_commented
23
+ dtype: bool
24
+ - name: is_signatured
25
+ dtype: bool
26
+ - name: n_ast_errors
27
+ dtype: int64
28
+ - name: ast_max_depth
29
+ dtype: int64
30
+ - name: n_whitespaces
31
+ dtype: int64
32
+ - name: n_ast_nodes
33
+ dtype: int64
34
+ - name: n_ast_terminals
35
+ dtype: int64
36
+ - name: n_ast_nonterminals
37
+ dtype: int64
38
+ - name: loc
39
+ dtype: int64
40
+ - name: cycloplexity
41
+ dtype: int64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 3094608763
45
+ num_examples: 3263408
46
+ download_size: 1168831903
47
+ dataset_size: 3094608763
48
+ ---
49
+ # Dataset Card for "github-code-haskell-function"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)