minhkhoi1026 commited on
Commit
0f0035f
·
verified ·
1 Parent(s): e696194

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ config_name: github-200k
5
+ features:
6
+ - name: code
7
+ dtype: string
8
+ - name: gsize
9
+ dtype: int64
10
+ - name: lsize
11
+ dtype: int64
12
+ - name: execution_time
13
+ dtype: float64
14
+ - name: input_sizes
15
+ dtype: string
16
+ - name: __index_level_0__
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 499610570
21
+ num_examples: 177892
22
+ download_size: 48834770
23
+ dataset_size: 499610570
24
+ configs:
25
+ - config_name: github-200k
26
+ data_files:
27
+ - split: train
28
+ path: github-200k/train-*
29
  ---