tomekkorbak commited on
Commit
9383a22
1 Parent(s): 6473654

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: path
7
+ dtype: string
8
+ - name: copies
9
+ dtype: string
10
+ - name: size
11
+ dtype: string
12
+ - name: content
13
+ dtype: string
14
+ - name: license
15
+ dtype: string
16
+ - name: hash
17
+ dtype: int64
18
+ - name: line_mean
19
+ dtype: float64
20
+ - name: line_max
21
+ dtype: int64
22
+ - name: alpha_frac
23
+ dtype: float64
24
+ - name: autogenerated
25
+ dtype: bool
26
+ - name: ratio
27
+ dtype: float64
28
+ - name: config_test
29
+ dtype: bool
30
+ - name: has_no_keywords
31
+ dtype: bool
32
+ - name: few_assignments
33
+ dtype: bool
34
+ - name: score
35
+ dtype: float64
36
+ splits:
37
+ - name: test
38
+ num_bytes: 1556261021.25
39
+ num_examples: 150000
40
+ - name: train
41
+ num_bytes: 518753673.75
42
+ num_examples: 50000
43
+ download_size: 771399764
44
+ dataset_size: 2075014695.0
45
+ ---
46
+ # Dataset Card for "codeparrot-pep8-scored"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)