alexjercan commited on
Commit
525f5af
·
1 Parent(s): ff14b98

docs(readme): added autogenerated readme

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: Python
4
+ features:
5
+ - name: problem_id
6
+ dtype: string
7
+ - name: original_status
8
+ dtype: string
9
+ - name: original_src
10
+ dtype: string
11
+ - name: changed_src
12
+ dtype: string
13
+ - name: change
14
+ dtype: string
15
+ - name: i1
16
+ dtype: uint32
17
+ - name: i2
18
+ dtype: uint32
19
+ - name: j1
20
+ dtype: uint32
21
+ - name: j2
22
+ dtype: uint32
23
+ - name: error
24
+ dtype: string
25
+ - name: stderr
26
+ dtype: string
27
+ - name: description
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 6032311
32
+ num_examples: 1879
33
+ - name: validation
34
+ num_bytes: 2975445
35
+ num_examples: 958
36
+ - name: test
37
+ num_bytes: 135854
38
+ num_examples: 100
39
+ download_size: 18045946
40
+ dataset_size: 9143610
41
+ - config_name: C++
42
+ features:
43
+ - name: problem_id
44
+ dtype: string
45
+ - name: original_status
46
+ dtype: string
47
+ - name: original_src
48
+ dtype: string
49
+ - name: changed_src
50
+ dtype: string
51
+ - name: change
52
+ dtype: string
53
+ - name: i1
54
+ dtype: uint32
55
+ - name: i2
56
+ dtype: uint32
57
+ - name: j1
58
+ dtype: uint32
59
+ - name: j2
60
+ dtype: uint32
61
+ - name: error
62
+ dtype: string
63
+ - name: stderr
64
+ dtype: string
65
+ - name: description
66
+ dtype: string
67
+ splits:
68
+ - name: train
69
+ num_bytes: 238249269
70
+ num_examples: 39376
71
+ - name: validation
72
+ num_bytes: 104675669
73
+ num_examples: 19079
74
+ - name: test
75
+ num_bytes: 1535136
76
+ num_examples: 640
77
+ download_size: 230179460
78
+ dataset_size: 344460074
79
+ ---