yifAI commited on
Commit
c207349
1 Parent(s): 3d450a1

Add code data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +216 -1
  2. data/code/agda/0.00-0.05.jsonl +3 -0
  3. data/code/agda/0.05-0.10.jsonl +3 -0
  4. data/code/agda/0.10-0.15.jsonl +3 -0
  5. data/code/agda/0.15-0.20.jsonl +3 -0
  6. data/code/agda/0.20-0.25.jsonl +3 -0
  7. data/code/agda/0.25-0.30.jsonl +3 -0
  8. data/code/agda/0.30-0.35.jsonl +3 -0
  9. data/code/agda/0.35-0.40.jsonl +3 -0
  10. data/code/agda/0.40-0.45.jsonl +3 -0
  11. data/code/agda/0.45-0.50.jsonl +3 -0
  12. data/code/agda/0.50-0.55.jsonl +3 -0
  13. data/code/agda/0.55-0.60.jsonl +3 -0
  14. data/code/agda/0.60-0.65.jsonl +3 -0
  15. data/code/agda/0.65-0.70.jsonl +3 -0
  16. data/code/agda/0.70-0.75.jsonl +3 -0
  17. data/code/agda/0.75-0.80.jsonl +3 -0
  18. data/code/agda/0.80-0.85.jsonl +3 -0
  19. data/code/agda/0.85-0.90.jsonl +3 -0
  20. data/code/agda/0.90-0.95.jsonl +0 -0
  21. data/code/agda/0.95-1.00.jsonl +0 -0
  22. data/code/c/0.00-0.05.jsonl +3 -0
  23. data/code/c/0.05-0.10.jsonl +3 -0
  24. data/code/c/0.10-0.15.jsonl +3 -0
  25. data/code/c/0.15-0.20.jsonl +3 -0
  26. data/code/c/0.20-0.25.jsonl +3 -0
  27. data/code/c/0.25-0.30.jsonl +3 -0
  28. data/code/c/0.30-0.35.jsonl +3 -0
  29. data/code/c/0.35-0.40.jsonl +3 -0
  30. data/code/c/0.40-0.45.jsonl +3 -0
  31. data/code/c/0.45-0.50.jsonl +3 -0
  32. data/code/c/0.50-0.55.jsonl +3 -0
  33. data/code/c/0.55-0.60.jsonl +3 -0
  34. data/code/c/0.60-0.65.jsonl +3 -0
  35. data/code/c/0.65-0.70.jsonl +3 -0
  36. data/code/c/0.70-0.75.jsonl +3 -0
  37. data/code/c/0.75-0.80.jsonl +3 -0
  38. data/code/c/0.80-0.85.jsonl +3 -0
  39. data/code/c/0.85-0.90.jsonl +0 -0
  40. data/code/c/0.90-0.95.jsonl +0 -0
  41. data/code/c/0.95-1.00.jsonl +0 -0
  42. data/code/cpp/0.00-0.05.jsonl +3 -0
  43. data/code/cpp/0.05-0.10.jsonl +3 -0
  44. data/code/cpp/0.10-0.15.jsonl +3 -0
  45. data/code/cpp/0.15-0.20.jsonl +3 -0
  46. data/code/cpp/0.20-0.25.jsonl +3 -0
  47. data/code/cpp/0.25-0.30.jsonl +3 -0
  48. data/code/cpp/0.30-0.35.jsonl +3 -0
  49. data/code/cpp/0.35-0.40.jsonl +3 -0
  50. data/code/cpp/0.40-0.45.jsonl +3 -0
README.md CHANGED
@@ -48,6 +48,221 @@ configs:
48
  - data/web/0.70-0.75.jsonl
49
  - config_name: web-full
50
  data_files: data/web/*.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  tags:
52
  - mathematical-reasoning
53
  - reasoning
@@ -78,7 +293,7 @@ The primary aim of the **AutoMathText** dataset is to provide a comprehensive an
78
  ## References
79
 
80
  - OpenWebMath [[link]](https://huggingface.co/datasets/open-web-math/open-web-math)
81
- - Redpajama [[link]](https://huggingface.co/datasetstogethercomputer/RedPajama-Data-1T)
82
  - Algebraick Stack [[link]](https://huggingface.co/datasets/EleutherAI/proof-pile-2) (a subset of Proof-Pile-2)
83
 
84
  ## Citation
 
48
  - data/web/0.70-0.75.jsonl
49
  - config_name: web-full
50
  data_files: data/web/*.jsonl
51
+ - config_name: code-0.5
52
+ data_files:
53
+ - split: train
54
+ path:
55
+ - data/code/agda/0.95-1.00.jsonl
56
+ - data/code/agda/0.90-0.95.jsonl
57
+ - data/code/agda/0.85-0.90.jsonl
58
+ - data/code/agda/0.80-0.85.jsonl
59
+ - data/code/agda/0.75-0.80.jsonl
60
+ - data/code/agda/0.70-0.75.jsonl
61
+ - data/code/agda/0.65-0.70.jsonl
62
+ - data/code/agda/0.60-0.65.jsonl
63
+ - data/code/agda/0.55-0.60.jsonl
64
+ - data/code/agda/0.50-0.55.jsonl
65
+ - data/code/c/0.95-1.00.jsonl
66
+ - data/code/c/0.90-0.95.jsonl
67
+ - data/code/c/0.85-0.90.jsonl
68
+ - data/code/c/0.80-0.85.jsonl
69
+ - data/code/c/0.75-0.80.jsonl
70
+ - data/code/c/0.70-0.75.jsonl
71
+ - data/code/c/0.65-0.70.jsonl
72
+ - data/code/c/0.60-0.65.jsonl
73
+ - data/code/c/0.55-0.60.jsonl
74
+ - data/code/c/0.50-0.55.jsonl
75
+ - data/code/cpp/0.95-1.00.jsonl
76
+ - data/code/cpp/0.90-0.95.jsonl
77
+ - data/code/cpp/0.85-0.90.jsonl
78
+ - data/code/cpp/0.80-0.85.jsonl
79
+ - data/code/cpp/0.75-0.80.jsonl
80
+ - data/code/cpp/0.70-0.75.jsonl
81
+ - data/code/cpp/0.65-0.70.jsonl
82
+ - data/code/cpp/0.60-0.65.jsonl
83
+ - data/code/cpp/0.55-0.60.jsonl
84
+ - data/code/cpp/0.50-0.55.jsonl
85
+ - data/code/fortran/0.95-1.00.jsonl
86
+ - data/code/fortran/0.90-0.95.jsonl
87
+ - data/code/fortran/0.85-0.90.jsonl
88
+ - data/code/fortran/0.80-0.85.jsonl
89
+ - data/code/fortran/0.75-0.80.jsonl
90
+ - data/code/fortran/0.70-0.75.jsonl
91
+ - data/code/fortran/0.65-0.70.jsonl
92
+ - data/code/fortran/0.60-0.65.jsonl
93
+ - data/code/fortran/0.55-0.60.jsonl
94
+ - data/code/fortran/0.50-0.55.jsonl
95
+ - data/code/gap/0.95-1.00.jsonl
96
+ - data/code/gap/0.90-0.95.jsonl
97
+ - data/code/gap/0.85-0.90.jsonl
98
+ - data/code/gap/0.80-0.85.jsonl
99
+ - data/code/gap/0.75-0.80.jsonl
100
+ - data/code/gap/0.70-0.75.jsonl
101
+ - data/code/gap/0.65-0.70.jsonl
102
+ - data/code/gap/0.60-0.65.jsonl
103
+ - data/code/gap/0.55-0.60.jsonl
104
+ - data/code/gap/0.50-0.55.jsonl
105
+ - data/code/github-coq-train/0.95-1.00.jsonl
106
+ - data/code/github-coq-train/0.90-0.95.jsonl
107
+ - data/code/github-coq-train/0.85-0.90.jsonl
108
+ - data/code/github-coq-train/0.80-0.85.jsonl
109
+ - data/code/github-coq-train/0.75-0.80.jsonl
110
+ - data/code/github-coq-train/0.70-0.75.jsonl
111
+ - data/code/github-coq-train/0.65-0.70.jsonl
112
+ - data/code/github-coq-train/0.60-0.65.jsonl
113
+ - data/code/github-coq-train/0.55-0.60.jsonl
114
+ - data/code/github-coq-train/0.50-0.55.jsonl
115
+ - data/code/github-isabelle-train/0.95-1.00.jsonl
116
+ - data/code/github-isabelle-train/0.90-0.95.jsonl
117
+ - data/code/github-isabelle-train/0.85-0.90.jsonl
118
+ - data/code/github-isabelle-train/0.80-0.85.jsonl
119
+ - data/code/github-isabelle-train/0.75-0.80.jsonl
120
+ - data/code/github-isabelle-train/0.70-0.75.jsonl
121
+ - data/code/github-isabelle-train/0.65-0.70.jsonl
122
+ - data/code/github-isabelle-train/0.60-0.65.jsonl
123
+ - data/code/github-isabelle-train/0.55-0.60.jsonl
124
+ - data/code/github-isabelle-train/0.50-0.55.jsonl
125
+ - data/code/github-lean-train/0.95-1.00.jsonl
126
+ - data/code/github-lean-train/0.90-0.95.jsonl
127
+ - data/code/github-lean-train/0.85-0.90.jsonl
128
+ - data/code/github-lean-train/0.80-0.85.jsonl
129
+ - data/code/github-lean-train/0.75-0.80.jsonl
130
+ - data/code/github-lean-train/0.70-0.75.jsonl
131
+ - data/code/github-lean-train/0.65-0.70.jsonl
132
+ - data/code/github-lean-train/0.60-0.65.jsonl
133
+ - data/code/github-lean-train/0.55-0.60.jsonl
134
+ - data/code/github-lean-train/0.50-0.55.jsonl
135
+ - data/code/github-MATLAB-train/0.95-1.00.jsonl
136
+ - data/code/github-MATLAB-train/0.90-0.95.jsonl
137
+ - data/code/github-MATLAB-train/0.85-0.90.jsonl
138
+ - data/code/github-MATLAB-train/0.80-0.85.jsonl
139
+ - data/code/github-MATLAB-train/0.75-0.80.jsonl
140
+ - data/code/github-MATLAB-train/0.70-0.75.jsonl
141
+ - data/code/github-MATLAB-train/0.65-0.70.jsonl
142
+ - data/code/github-MATLAB-train/0.60-0.65.jsonl
143
+ - data/code/github-MATLAB-train/0.55-0.60.jsonl
144
+ - data/code/github-MATLAB-train/0.50-0.55.jsonl
145
+ - data/code/haskell/0.95-1.00.jsonl
146
+ - data/code/haskell/0.90-0.95.jsonl
147
+ - data/code/haskell/0.85-0.90.jsonl
148
+ - data/code/haskell/0.80-0.85.jsonl
149
+ - data/code/haskell/0.75-0.80.jsonl
150
+ - data/code/haskell/0.70-0.75.jsonl
151
+ - data/code/haskell/0.65-0.70.jsonl
152
+ - data/code/haskell/0.60-0.65.jsonl
153
+ - data/code/haskell/0.55-0.60.jsonl
154
+ - data/code/haskell/0.50-0.55.jsonl
155
+ - data/code/idris/0.95-1.00.jsonl
156
+ - data/code/idris/0.90-0.95.jsonl
157
+ - data/code/idris/0.85-0.90.jsonl
158
+ - data/code/idris/0.80-0.85.jsonl
159
+ - data/code/idris/0.75-0.80.jsonl
160
+ - data/code/idris/0.70-0.75.jsonl
161
+ - data/code/idris/0.65-0.70.jsonl
162
+ - data/code/idris/0.60-0.65.jsonl
163
+ - data/code/idris/0.55-0.60.jsonl
164
+ - data/code/idris/0.50-0.55.jsonl
165
+ - data/code/julia/0.95-1.00.jsonl
166
+ - data/code/julia/0.90-0.95.jsonl
167
+ - data/code/julia/0.85-0.90.jsonl
168
+ - data/code/julia/0.80-0.85.jsonl
169
+ - data/code/julia/0.75-0.80.jsonl
170
+ - data/code/julia/0.70-0.75.jsonl
171
+ - data/code/julia/0.65-0.70.jsonl
172
+ - data/code/julia/0.60-0.65.jsonl
173
+ - data/code/julia/0.55-0.60.jsonl
174
+ - data/code/julia/0.50-0.55.jsonl
175
+ - data/code/jupyter-notebook/0.95-1.00.jsonl
176
+ - data/code/jupyter-notebook/0.90-0.95.jsonl
177
+ - data/code/jupyter-notebook/0.85-0.90.jsonl
178
+ - data/code/jupyter-notebook/0.80-0.85.jsonl
179
+ - data/code/jupyter-notebook/0.75-0.80.jsonl
180
+ - data/code/jupyter-notebook/0.70-0.75.jsonl
181
+ - data/code/jupyter-notebook/0.65-0.70.jsonl
182
+ - data/code/jupyter-notebook/0.60-0.65.jsonl
183
+ - data/code/jupyter-notebook/0.55-0.60.jsonl
184
+ - data/code/jupyter-notebook/0.50-0.55.jsonl
185
+ - data/code/maple/0.95-1.00.jsonl
186
+ - data/code/maple/0.90-0.95.jsonl
187
+ - data/code/maple/0.85-0.90.jsonl
188
+ - data/code/maple/0.80-0.85.jsonl
189
+ - data/code/maple/0.75-0.80.jsonl
190
+ - data/code/maple/0.70-0.75.jsonl
191
+ - data/code/maple/0.65-0.70.jsonl
192
+ - data/code/maple/0.60-0.65.jsonl
193
+ - data/code/maple/0.55-0.60.jsonl
194
+ - data/code/maple/0.50-0.55.jsonl
195
+ - data/code/python/0.95-1.00.jsonl
196
+ - data/code/python/0.90-0.95.jsonl
197
+ - data/code/python/0.85-0.90.jsonl
198
+ - data/code/python/0.80-0.85.jsonl
199
+ - data/code/python/0.75-0.80.jsonl
200
+ - data/code/python/0.70-0.75.jsonl
201
+ - data/code/python/0.65-0.70.jsonl
202
+ - data/code/python/0.60-0.65.jsonl
203
+ - data/code/python/0.55-0.60.jsonl
204
+ - data/code/python/0.50-0.55.jsonl
205
+ - data/code/r/0.95-1.00.jsonl
206
+ - data/code/r/0.90-0.95.jsonl
207
+ - data/code/r/0.85-0.90.jsonl
208
+ - data/code/r/0.80-0.85.jsonl
209
+ - data/code/r/0.75-0.80.jsonl
210
+ - data/code/r/0.70-0.75.jsonl
211
+ - data/code/r/0.65-0.70.jsonl
212
+ - data/code/r/0.60-0.65.jsonl
213
+ - data/code/r/0.55-0.60.jsonl
214
+ - data/code/r/0.50-0.55.jsonl
215
+ - data/code/tex/0.95-1.00.jsonl
216
+ - data/code/tex/0.90-0.95.jsonl
217
+ - data/code/tex/0.85-0.90.jsonl
218
+ - data/code/tex/0.80-0.85.jsonl
219
+ - data/code/tex/0.75-0.80.jsonl
220
+ - data/code/tex/0.70-0.75.jsonl
221
+ - data/code/tex/0.65-0.70.jsonl
222
+ - data/code/tex/0.60-0.65.jsonl
223
+ - data/code/tex/0.55-0.60.jsonl
224
+ - data/code/tex/0.50-0.55.jsonl
225
+ - config_name: code-python-0.5
226
+ data_files:
227
+ - split: train
228
+ path:
229
+ - data/code/python/0.95-1.00.jsonl
230
+ - data/code/python/0.90-0.95.jsonl
231
+ - data/code/python/0.85-0.90.jsonl
232
+ - data/code/python/0.80-0.85.jsonl
233
+ - data/code/python/0.75-0.80.jsonl
234
+ - data/code/python/0.70-0.75.jsonl
235
+ - data/code/python/0.65-0.70.jsonl
236
+ - data/code/python/0.60-0.65.jsonl
237
+ - data/code/python/0.55-0.60.jsonl
238
+ - data/code/python/0.50-0.55.jsonl
239
+ - config_name: code-python-0.6
240
+ data_files:
241
+ - split: train
242
+ path:
243
+ - data/code/python/0.95-1.00.jsonl
244
+ - data/code/python/0.90-0.95.jsonl
245
+ - data/code/python/0.85-0.90.jsonl
246
+ - data/code/python/0.80-0.85.jsonl
247
+ - data/code/python/0.75-0.80.jsonl
248
+ - data/code/python/0.70-0.75.jsonl
249
+ - data/code/python/0.65-0.70.jsonl
250
+ - data/code/python/0.60-0.65.jsonl
251
+ - config_name: code-python-0.7
252
+ data_files:
253
+ - split: train
254
+ path:
255
+ - data/code/python/0.95-1.00.jsonl
256
+ - data/code/python/0.90-0.95.jsonl
257
+ - data/code/python/0.85-0.90.jsonl
258
+ - data/code/python/0.80-0.85.jsonl
259
+ - data/code/python/0.75-0.80.jsonl
260
+ - data/code/python/0.70-0.75.jsonl
261
+ - config_name: code-full
262
+ data_files:
263
+ - split: train
264
+ path:
265
+ - data/code/*/*.jsonl
266
  tags:
267
  - mathematical-reasoning
268
  - reasoning
 
293
  ## References
294
 
295
  - OpenWebMath [[link]](https://huggingface.co/datasets/open-web-math/open-web-math)
296
+ - RedPajama [[link]](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T)
297
  - Algebraick Stack [[link]](https://huggingface.co/datasets/EleutherAI/proof-pile-2) (a subset of Proof-Pile-2)
298
 
299
  ## Citation
data/code/agda/0.00-0.05.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898d7691c162137084df1a83f4aefeaf02d2a99cea8975bdbae87350a034680d
3
+ size 17213615
data/code/agda/0.05-0.10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b4501f7ea33f3be0defda75282aaf6439dfa8442c36e777a3eded6e7708f15
3
+ size 14929
data/code/agda/0.10-0.15.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8fe1d8013d54586d09d6681285bde31cdde6ee84629871eae86a526ae2d10a2
3
+ size 53167
data/code/agda/0.15-0.20.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d4c7d68506a3e64fb09705baef04ab9f254eec13841ea2345272d786c04172
3
+ size 855843
data/code/agda/0.20-0.25.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4644f910c7d1cb443121d897492b2f2be1eeeaa4c4d67c7583da67a1f572e840
3
+ size 3364116
data/code/agda/0.25-0.30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad45c77be1cbc8f1eb84a0e3ebe41da2553700be9809244669323c273ea847f
3
+ size 6394548
data/code/agda/0.30-0.35.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5481603e9e9a3bbde6104a58e81a99effd99a1e7633b0f26474e9e0ccf6cf5b
3
+ size 10803237
data/code/agda/0.35-0.40.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c21f14ae16565e87bfd3dbe4c52878e0cc94dfb5c350ac61521f952f4b1a1da
3
+ size 10820657
data/code/agda/0.40-0.45.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c3cf2cf202a76099ca76b8837dcfeddafd962e67a83674165c7b7f09ee48b8
3
+ size 14348025
data/code/agda/0.45-0.50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af48d57bd718e698446a85ee1f0de4f15080ad082ebc5a10b5aae96057ee1cad
3
+ size 16017991
data/code/agda/0.50-0.55.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524be830520bf627e4402cdcc6aa5e686851d5a3fbdfc1429fd31893f5f94c9a
3
+ size 14520321
data/code/agda/0.55-0.60.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69145c305f1a85ab65f0902b6b4e2f29ced3bf1bfca57ff9f209a7507e5434ab
3
+ size 12137005
data/code/agda/0.60-0.65.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10191697c83f020c70a5cc22720c9525cff898facc6b6e5ba5c453f0e095bdaf
3
+ size 9647036
data/code/agda/0.65-0.70.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc1286065ddd67b799330a0d8b3305453cc3ce9f5ed0975a534102de20056e4
3
+ size 6429045
data/code/agda/0.70-0.75.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c3568e7df4edb2a86a4b5153d97ad3e0fd1b72a15b1a9acfd5db87d7a394fb
3
+ size 3313894
data/code/agda/0.75-0.80.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd21a9ecbf056fed0f179ab995c0f1277cb976f568d3027f20c8d2251e43a451
3
+ size 1499417
data/code/agda/0.80-0.85.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c57fb440c78543c6dd3fae1054a94805a55d15b7cb22b691c33c1553f8c0b6
3
+ size 318651
data/code/agda/0.85-0.90.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d9a487760e7cdfcc2a6bba860871f018f0f5dae49fe62f925e2d77f4afa8f3b
3
+ size 36060
data/code/agda/0.90-0.95.jsonl ADDED
File without changes
data/code/agda/0.95-1.00.jsonl ADDED
File without changes
data/code/c/0.00-0.05.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15564fca00934cd7ca2c602186cad3dff498214b40e78de3c571d993e5e3d54
3
+ size 23635660
data/code/c/0.05-0.10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981aafa2b0edfbf69f754bec58647765429c6171ee817ee4cc053ce2bf4e7c00
3
+ size 11036
data/code/c/0.10-0.15.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d63c0fc8035c587c5db3f86d3e59bfbd6595933316cd619d756b09fabb2353
3
+ size 1371659
data/code/c/0.15-0.20.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b7324c51253d6d56c40152b9e30c8d0e3ecc11a9c37b6dc3704ab84ceed59a
3
+ size 1997674
data/code/c/0.20-0.25.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3feb5ff08738691bd076689becfc71474a6128b3f21c84e023b2dc522a326b6b
3
+ size 3331648
data/code/c/0.25-0.30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ba4d57c52098ca7813cfdf28971b46273cb80ac8148654cd896f2aca5bd3b8
3
+ size 5385365
data/code/c/0.30-0.35.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f75edd2fbb13f0327138b65f6f5a52484bffbb904e7d322658c33ae15ab6cce
3
+ size 6467547
data/code/c/0.35-0.40.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fc604c0b9a74c3781013816ab809ab64f572ada98993006d8faaac52227898
3
+ size 6189541
data/code/c/0.40-0.45.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:379fb6d46c3ae4fdd487f34eb6ba408fc2be0aede512713994a0f064f21b8d56
3
+ size 6292755
data/code/c/0.45-0.50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe5fccaa2f941d5b9284e77f462cb2c2f65b7b556182a9ca865b06973ee0c00f
3
+ size 4845831
data/code/c/0.50-0.55.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b46a54cdaedd15784b5cf2be325baad24d677100ff210d67297bbcbce176ecba
3
+ size 4461430
data/code/c/0.55-0.60.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eaa8385a1b49474debb64ac27e181adb22a1009e79b39dcb92c53b761f72036
3
+ size 3565736
data/code/c/0.60-0.65.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3cf1eb664fd968c40bc7a21ca6a62373f1d955e5627dcad80d19b1760b6c7a5
3
+ size 2553716
data/code/c/0.65-0.70.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c70571acb4d8456d790348a10433559e296c734639a7ee4b49a572b1b413bf5e
3
+ size 1611153
data/code/c/0.70-0.75.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2f458bd9da0d5d4bfbe36aa0e8fb62ade2215c64cd7e92f5a34725c08ee3460
3
+ size 693557
data/code/c/0.75-0.80.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0583eab121ab213955e6082b388fc56bbe02a25c0818c0223a55f8325559090
3
+ size 106883
data/code/c/0.80-0.85.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b0733312a483b0263f714bdf231340c26f1e9c3f468dd7970cc18b6de9ae24
3
+ size 16065
data/code/c/0.85-0.90.jsonl ADDED
File without changes
data/code/c/0.90-0.95.jsonl ADDED
File without changes
data/code/c/0.95-1.00.jsonl ADDED
File without changes
data/code/cpp/0.00-0.05.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bbeeec8ecb888c1f3145fedf8c08fef06e78ed526b14255f42c9049e79328f
3
+ size 2624576320
data/code/cpp/0.05-0.10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515d1b43a61e5b0242acb61dcde8dde23507907390d3a8c6e83b4aae4886843f
3
+ size 2133175
data/code/cpp/0.10-0.15.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b95c9e02eafa6cd75dea262144fa199fa583193f567fe0129d2778f5abc2108
3
+ size 4021538
data/code/cpp/0.15-0.20.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f96b68e4ec2bc908b4cfb127503140d559decaf234bf4b35775dfcc3a6bed8
3
+ size 26774405
data/code/cpp/0.20-0.25.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6d9a4cbf9323e3f49e2e816945da8b13cbc4a3fc59912bebf9828abea648c1
3
+ size 66256846
data/code/cpp/0.25-0.30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da519ccec0f2bbf10d68179551180b909509661bce1d304f887f2acf74581a9
3
+ size 80696884
data/code/cpp/0.30-0.35.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4cb181fb840158178edd8ba7a9358bbc0fb47e07aa8fbfa52a0383d035f6c96
3
+ size 80291745
data/code/cpp/0.35-0.40.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f368126b79f0467a23867a5909d4cce13874d19b7de6b56c873302a6226d53c
3
+ size 67670340
data/code/cpp/0.40-0.45.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a97e4ebf30e9d5fe90257a2d2ff2c45fa105556dfe52798d2b78b138d763d7
3
+ size 57943409