liyucheng commited on
Commit
b033bd7
1 Parent(s): 1e50e1a

Upload dataset

Browse files
Files changed (2) hide show
  1. 2017-01/train-00000-of-00001.parquet +3 -0
  2. README.md +28 -0
2017-01/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152e6e29498238f0a0605a8e2df6531842ca8481e01adc4c4a7b5b94a8d8de47
3
+ size 1833063
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 2017-01
4
+ features:
5
+ - name: file_path
6
+ dtype: string
7
+ - name: num_changed_lines
8
+ dtype: int64
9
+ - name: code
10
+ dtype: string
11
+ - name: repo_name
12
+ dtype: string
13
+ - name: commit_date
14
+ dtype: string
15
+ - name: sha
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 6046720
20
+ num_examples: 113
21
+ download_size: 1833063
22
+ dataset_size: 6046720
23
+ configs:
24
+ - config_name: 2017-01
25
+ data_files:
26
+ - split: train
27
+ path: 2017-01/train-*
28
+ ---