claudios commited on
Commit
ca88e61
·
1 Parent(s): c998308

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -1,8 +1,71 @@
1
  ---
2
  license: cc-by-4.0
 
3
  tags:
4
  - code
5
- pretty_name: DyPyBench Functions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # DyPyBench Functions Datasets
 
1
  ---
2
  license: cc-by-4.0
3
+ pretty_name: DyPyBench Functions
4
  tags:
5
  - code
6
+ dataset_info:
7
+ features:
8
+ - name: nwo
9
+ dtype: string
10
+ - name: sha
11
+ dtype: string
12
+ - name: path
13
+ dtype: string
14
+ - name: identifier
15
+ dtype: string
16
+ - name: parameters
17
+ dtype: string
18
+ - name: return_statement
19
+ dtype: string
20
+ - name: docstring
21
+ dtype: string
22
+ - name: docstring_summary
23
+ dtype: string
24
+ - name: func_begin
25
+ dtype: int64
26
+ - name: func_end
27
+ dtype: int64
28
+ - name: function
29
+ dtype: string
30
+ - name: url
31
+ dtype: string
32
+ - name: project
33
+ dtype: int64
34
+ - name: executed_lines
35
+ sequence: int64
36
+ - name: executed_lines_pc
37
+ dtype: float64
38
+ - name: missing_lines
39
+ sequence: int64
40
+ - name: missing_lines_pc
41
+ dtype: float64
42
+ - name: covered
43
+ dtype: bool
44
+ - name: filecoverage
45
+ dtype: float64
46
+ - name: function_lines
47
+ dtype: int64
48
+ - name: mccabe
49
+ dtype: int64
50
+ - name: coverage
51
+ dtype: float64
52
+ - name: docstring_lines
53
+ dtype: int64
54
+ - name: function_nodoc
55
+ dtype: string
56
+ - name: id
57
+ dtype: int64
58
+ splits:
59
+ - name: train
60
+ num_bytes: 22383711
61
+ num_examples: 11168
62
+ download_size: 6805239
63
+ dataset_size: 22383711
64
+ configs:
65
+ - config_name: default
66
+ data_files:
67
+ - split: train
68
+ path: data/train-*
69
  ---
70
 
71
  # DyPyBench Functions Datasets