ArtifactAI commited on
Commit
63e8664
·
1 Parent(s): bf7c9c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: repo
11
+ dtype: string
12
+ - name: file
13
+ dtype: string
14
+ - name: code
15
+ dtype: string
16
+ - name: file_length
17
+ dtype: int64
18
+ - name: avg_line_length
19
+ dtype: float64
20
+ - name: max_line_length
21
+ dtype: int64
22
+ - name: extension_type
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 21983781651.45426
27
+ num_examples: 1634156
28
+ download_size: 10635788503
29
+ dataset_size: 21983781651.45426
30
  ---