rootacess commited on
Commit
19cdf6d
1 Parent(s): 391ee36

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -7
README.md CHANGED
@@ -1,22 +1,77 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: input
5
- dtype: string
6
- - name: target
7
  dtype: string
8
  - name: problem_id
9
  dtype: string
 
 
10
  - name: submission_id_v0
11
  dtype: string
12
- - name: generated_answers
13
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  splits:
15
  - name: train
16
- num_bytes: 1721266
 
 
 
 
 
 
 
 
 
17
  num_examples: 1000
18
- download_size: 690667
19
- dataset_size: 1721266
20
  ---
21
  # Dataset Card for "pie-perf"
22
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: user_id
 
 
5
  dtype: string
6
  - name: problem_id
7
  dtype: string
8
+ - name: language
9
+ dtype: string
10
  - name: submission_id_v0
11
  dtype: string
12
+ - name: submission_id_v1
13
  dtype: string
14
+ - name: cpu_time_v0
15
+ dtype: int64
16
+ - name: cpu_time_v1
17
+ dtype: int64
18
+ - name: memory_v0
19
+ dtype: int64
20
+ - name: memory_v1
21
+ dtype: int64
22
+ - name: status_v0
23
+ dtype: string
24
+ - name: status_v1
25
+ dtype: string
26
+ - name: improvement_frac
27
+ dtype: float64
28
+ - name: input
29
+ dtype: string
30
+ - name: target
31
+ dtype: string
32
+ - name: code_v0_loc
33
+ dtype: int64
34
+ - name: code_v1_loc
35
+ dtype: int64
36
+ - name: code_v0_num_chars
37
+ dtype: int64
38
+ - name: code_v1_num_chars
39
+ dtype: int64
40
+ - name: code_v0_no_empty_lines
41
+ dtype: string
42
+ - name: code_v1_no_empty_lines
43
+ dtype: string
44
+ - name: code_same
45
+ dtype: bool
46
+ - name: relative_loc_diff_percent
47
+ dtype: float64
48
+ - name: diff
49
+ sequence: string
50
+ - name: diff_only_import_comment
51
+ dtype: bool
52
+ - name: measured_runtime_v0
53
+ dtype: float64
54
+ - name: measured_runtime_v1
55
+ dtype: float64
56
+ - name: runtime_lift
57
+ dtype: float64
58
+ - name: key
59
+ sequence: string
60
  splits:
61
  - name: train
62
+ num_bytes: 110329743
63
+ num_examples: 36857
64
+ - name: val
65
+ num_bytes: 5942994
66
+ num_examples: 1940
67
+ - name: test
68
+ num_bytes: 2714513
69
+ num_examples: 1000
70
+ - name: codegen_1shot_test
71
+ num_bytes: 3003513
72
  num_examples: 1000
73
+ download_size: 56295756
74
+ dataset_size: 121990763
75
  ---
76
  # Dataset Card for "pie-perf"
77