blastwind commited on
Commit
0328bb3
1 Parent(s): 4e921e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -11,12 +11,28 @@ dataset_info:
11
  dtype: string
12
  - name: size
13
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  splits:
15
  - name: train
16
- num_bytes: 2005535482
17
  num_examples: 339895
18
- download_size: 798716338
19
- dataset_size: 2005535482
20
  ---
21
  # Dataset Card for "github-code-haskell-file"
22
 
 
11
  dtype: string
12
  - name: size
13
  dtype: int64
14
+ - name: n_ast_errors
15
+ dtype: int64
16
+ - name: ast_max_depth
17
+ dtype: int64
18
+ - name: n_whitespaces
19
+ dtype: int64
20
+ - name: n_ast_nodes
21
+ dtype: int64
22
+ - name: n_ast_terminals
23
+ dtype: int64
24
+ - name: n_ast_nonterminals
25
+ dtype: int64
26
+ - name: loc
27
+ dtype: int64
28
+ - name: cycloplexity
29
+ dtype: int64
30
  splits:
31
  - name: train
32
+ num_bytes: 2024779946
33
  num_examples: 339895
34
+ download_size: 805998536
35
+ dataset_size: 2024779946
36
  ---
37
  # Dataset Card for "github-code-haskell-file"
38