Datasets:
README and diffs for v3.0
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +18 -40
- diffs_v3.0/.gitattributes +1 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_0_has_close_elements.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_100_make_a_pile.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_101_words_string.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_102_choose_num.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_104_unique_digits.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_105_by_length.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_106_f.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_107_even_odd_palindrome.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_108_count_nums.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_109_move_one_ball.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_10_make_palindrome.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_110_exchange.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_111_histogram.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_112_reverse_delete.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_113_odd_count.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_114_minSubArraySum.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_115_max_fill.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_116_sort_array.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_117_select_words.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_118_get_closest_vowel.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_119_match_parens.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_11_string_xor.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_120_maximum.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_121_solution.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_122_add_elements.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_123_get_odd_collatz.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_124_valid_date.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_126_is_sorted.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_127_intersection.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_128_prod_signs.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_129_minPath.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_12_longest.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_130_tri.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_131_digits.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_132_is_nested.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_133_sum_squares.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_134_check_if_last_char_is_a_letter.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_135_can_arrange.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_136_largest_smallest_integers.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_138_is_equal_to_sum_even.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_139_special_factorial.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_13_greatest_common_divisor.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_140_fix_spaces.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_141_file_name_check.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_142_sum_squares.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_143_words_in_sentence.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_144_simplify.diff +3 -0
- diffs_v3.0/humaneval-d_prompt_HumanEval_145_order_by_points.diff +3 -0
README.md
CHANGED
@@ -1312,50 +1312,28 @@ These are the prompt variations:
|
|
1312 |
Note that MBPP does not have any doctests, so the "removed" and "transform"
|
1313 |
variations are not available for MBPP.
|
1314 |
|
1315 |
-
##
|
1316 |
|
1317 |
-
|
1318 |
-
and MultiPL-E to produce a script with unit tests for luaunit.
|
1319 |
-
*This example is quite outdated.*
|
1320 |
|
1321 |
-
|
1322 |
-
import datasets
|
1323 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM
|
1324 |
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1330 |
|
1331 |
-
|
1332 |
-
|
1333 |
-
Truncates the output at stop tokens, taking care to skip the prompt
|
1334 |
-
which may have stop tokens.
|
1335 |
-
"""
|
1336 |
-
min_stop_index = len(decoded_string)
|
1337 |
-
for stop_token in problem["stop_tokens"]:
|
1338 |
-
stop_index = decoded_string.find(stop_token)
|
1339 |
-
if stop_index != -1 and stop_index > len(problem["prompt"]) and stop_index < min_stop_index:
|
1340 |
-
min_stop_index = stop_index
|
1341 |
-
return decoded_string[:min_stop_index]
|
1342 |
-
|
1343 |
-
for problem in problems["test"]:
|
1344 |
-
input_ids = tokenizer(
|
1345 |
-
problem["prompt"],
|
1346 |
-
return_tensors="pt",
|
1347 |
-
).input_ids.cuda()
|
1348 |
-
generated_ids = model.generate(
|
1349 |
-
input_ids, max_length=512, pad_token_id=tokenizer.eos_token_id + 2
|
1350 |
-
)
|
1351 |
-
truncated_string = stop_at_stop_token(tokenizer.decode(generated_ids[0]), problem)
|
1352 |
-
filename = problem["name"] + "." + LANG
|
1353 |
-
with open(filename, "w") as f:
|
1354 |
-
print(f"Created {filename}")
|
1355 |
-
f.write(truncated_string)
|
1356 |
-
f.write("\n")
|
1357 |
-
f.write(problem["tests"])
|
1358 |
-
```
|
1359 |
|
1360 |
[BigCode Code Generation LM Harness]: https://github.com/bigcode-project/bigcode-evaluation-harness
|
1361 |
[MultiPL-E tutorial]: https://nuprl.github.io/MultiPL-E/
|
|
|
1312 |
Note that MBPP does not have any doctests, so the "removed" and "transform"
|
1313 |
variations are not available for MBPP.
|
1314 |
|
1315 |
+
## Changelog
|
1316 |
|
1317 |
+
### Version 3.0
|
|
|
|
|
1318 |
|
1319 |
+
This is the first significant update since MultiPL-E was used in StarCoder 1.
|
|
|
|
|
1320 |
|
1321 |
+
1. We no longer publish the MultiPL-E ablations, but they are available in
|
1322 |
+
revision `d23b094` and earlier.
|
1323 |
+
2. New programming languages supported:
|
1324 |
+
- Clojure, thanks to [Alex Miller](https://github.com/puredanger)
|
1325 |
+
- Elixir, thanks to [Marko Vukovic](https://github.com/mvkvc)
|
1326 |
+
- Haskell, thanks to https://github.com/Cajunvoodoo
|
1327 |
+
- OCaml, thanks to [John Gouwar](https://johngouwar.github.io)
|
1328 |
+
3. Changes to existing HumanEval-based problems:
|
1329 |
+
- Four Scala problems have fixed prompts/tests (12, 90, 128, 162).
|
1330 |
+
- Some whitespace-only changes to problems for Racket (18 problems),
|
1331 |
+
R (36 problems), Julia (159 problems), and D (156 problems). We will try to
|
1332 |
+
avoid these kinds of changes in the future.
|
1333 |
+
1. The MBPP-based problems have changes analogous to the HumanEval-based problems.
|
1334 |
|
1335 |
+
See the directory `diffs_v3.0` in the dataset repository for the diffs to
|
1336 |
+
each prompt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
|
1338 |
[BigCode Code Generation LM Harness]: https://github.com/bigcode-project/bigcode-evaluation-harness
|
1339 |
[MultiPL-E tutorial]: https://nuprl.github.io/MultiPL-E/
|
diffs_v3.0/.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.diff filter=lfs diff=lfs merge=lfs -text
|
diffs_v3.0/humaneval-d_prompt_HumanEval_0_has_close_elements.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db92fa300c8cd7bf08250d5a7c7d7bd14b0cb92949c412d776872fff9f618708
|
3 |
+
size 534
|
diffs_v3.0/humaneval-d_prompt_HumanEval_100_make_a_pile.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:befbf24b0081203fa852e5feb7ef7052e8bd126b5e74ba367251ceae0f67c2ba
|
3 |
+
size 1060
|
diffs_v3.0/humaneval-d_prompt_HumanEval_101_words_string.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982ceaef90f03da7fbba1a1323ab4f002788d4226b15d83290bee87344fd2286
|
3 |
+
size 881
|
diffs_v3.0/humaneval-d_prompt_HumanEval_102_choose_num.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd9764d052774fdccb1006f7d453ef1dceacbf3ec8f42836fbdf2a65d3f3c591
|
3 |
+
size 663
|
diffs_v3.0/humaneval-d_prompt_HumanEval_104_unique_digits.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d4f522719b793aef7c13e5696764b483d64ff35f36d3af672b70181095ce5d2
|
3 |
+
size 701
|
diffs_v3.0/humaneval-d_prompt_HumanEval_105_by_length.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8473ab3d0ca4c5da6ec01583d93dc27341557ce57068421ac39f6b0ea66e3cbe
|
3 |
+
size 1317
|
diffs_v3.0/humaneval-d_prompt_HumanEval_106_f.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4471e058fc93a33a78ccfeed5d41e8ec7580a955e8c205e2ab423f1d766b21e
|
3 |
+
size 855
|
diffs_v3.0/humaneval-d_prompt_HumanEval_107_even_odd_palindrome.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f02763262bcff68cd907e0bac22a05f448ca7f5dd446150540fcb29d4a42c12
|
3 |
+
size 1549
|
diffs_v3.0/humaneval-d_prompt_HumanEval_108_count_nums.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6fe4359bb86ba68dd29dfd003b38b7fcd947999aa9b3f5ea6f43039f5634df
|
3 |
+
size 907
|
diffs_v3.0/humaneval-d_prompt_HumanEval_109_move_one_ball.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e5e7cdb31178683d98a4a183440fd208659744a95276265f503f39a28af0d92
|
3 |
+
size 2647
|
diffs_v3.0/humaneval-d_prompt_HumanEval_10_make_palindrome.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0babd65222b4d6eb25fecf3600348d9a10d17ca308f319ff3f76b1dc0b56aae6
|
3 |
+
size 912
|
diffs_v3.0/humaneval-d_prompt_HumanEval_110_exchange.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bb0d42ac9e763c99fb980b6440b98add053289d7c4f0967de3ad5c35802f5af
|
3 |
+
size 1445
|
diffs_v3.0/humaneval-d_prompt_HumanEval_111_histogram.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be28903a9027f1439be20267f75123b0d4a80ff78d6ddf938d90b07a49394ff
|
3 |
+
size 1242
|
diffs_v3.0/humaneval-d_prompt_HumanEval_112_reverse_delete.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a2fae6d9a4cb4a889afcba620b1522bcf3bccd30f73eec877adbcb91dcbfbfa
|
3 |
+
size 1311
|
diffs_v3.0/humaneval-d_prompt_HumanEval_113_odd_count.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d98e4910932237392040c0b3ee5ae3c4afd00bb804c2fa00fcccb75c7f3fe0c
|
3 |
+
size 1174
|
diffs_v3.0/humaneval-d_prompt_HumanEval_114_minSubArraySum.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b38fb120c92ba8c17abc0bf48452161b32de4fb501f14d0e096a81e0e2c36bf3
|
3 |
+
size 584
|
diffs_v3.0/humaneval-d_prompt_HumanEval_115_max_fill.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:910993b1be39d948a6f09ef085f5a40d25d3c0a8de67b4afe408b72d37348941
|
3 |
+
size 2008
|
diffs_v3.0/humaneval-d_prompt_HumanEval_116_sort_array.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1531ccd5aebd2a72cfa71508c8e2858e0a04aec64ff9710d1a587f1062d2d60b
|
3 |
+
size 1114
|
diffs_v3.0/humaneval-d_prompt_HumanEval_117_select_words.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c60c5183b27203c6c731a12289b089ff438dfcf388251081b1ac50dd2b624b6f
|
3 |
+
size 1538
|
diffs_v3.0/humaneval-d_prompt_HumanEval_118_get_closest_vowel.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50257f6864c7eb296acc0bd06e974b24c1a8f00faaf93b11e5c3d23e41cae3c2
|
3 |
+
size 1193
|
diffs_v3.0/humaneval-d_prompt_HumanEval_119_match_parens.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e9c0cd2ac7ce6ed829a8b07609f4aa6c856d02838aedbe766b81b8bee8997a7
|
3 |
+
size 1432
|
diffs_v3.0/humaneval-d_prompt_HumanEval_11_string_xor.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e00731ecb8d404ede6d4bfab4fdaf92832497b5f7e3ca11dfe69a8416eaa394b
|
3 |
+
size 433
|
diffs_v3.0/humaneval-d_prompt_HumanEval_120_maximum.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b8181475d483fc89a7c5c9251eba491efdb24efd6c0eff8100d2ccfad3f8d9f
|
3 |
+
size 1305
|
diffs_v3.0/humaneval-d_prompt_HumanEval_121_solution.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1927f3ec427d00cd015614f3d8ba8b0f857b13cb425485a1d1cc2e3f32410779
|
3 |
+
size 555
|
diffs_v3.0/humaneval-d_prompt_HumanEval_122_add_elements.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd91e157460a441b5792c20ccae29971be93bb1c6a836f0d6f374853d56ae880
|
3 |
+
size 834
|
diffs_v3.0/humaneval-d_prompt_HumanEval_123_get_odd_collatz.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2815d11cf6226ff2f96079005c7d5e4223e1180f307b2b8de26a1363cf1ef63a
|
3 |
+
size 1911
|
diffs_v3.0/humaneval-d_prompt_HumanEval_124_valid_date.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3f84f9bb26c55a895cbe42412515abf17323854df4e5994efcc3991face6230
|
3 |
+
size 1775
|
diffs_v3.0/humaneval-d_prompt_HumanEval_126_is_sorted.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34f03598dccc52707e195fd905fbc8159d0b083a0e5aae4ec893d42c40c10832
|
3 |
+
size 1473
|
diffs_v3.0/humaneval-d_prompt_HumanEval_127_intersection.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:823209dfc8401c22a4e4e7b3bf8fde6abb584b3a27644ec461b6ae216b0c8adc
|
3 |
+
size 2103
|
diffs_v3.0/humaneval-d_prompt_HumanEval_128_prod_signs.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a9b6315d5d9d528570c53d9729cd326298b94cd3067cbab9f100db8f9598036
|
3 |
+
size 905
|
diffs_v3.0/humaneval-d_prompt_HumanEval_129_minPath.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e9c820b58b00e3eb264a523495ef9f28d719db0634ec5da5196c7b5288c08b
|
3 |
+
size 2928
|
diffs_v3.0/humaneval-d_prompt_HumanEval_12_longest.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49db2a3372fe87249e2aec3dce89482e9435961fb5ea9f5c506342c4ae1eb733
|
3 |
+
size 637
|
diffs_v3.0/humaneval-d_prompt_HumanEval_130_tri.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a2cbb2555613496709970763b049d84d3456b69506c88bddd2d54953b483a6f
|
3 |
+
size 1456
|
diffs_v3.0/humaneval-d_prompt_HumanEval_131_digits.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77054dad7342d393ecf95652880d7f3e6cc9171d1440dd0460a921e4940130b0
|
3 |
+
size 478
|
diffs_v3.0/humaneval-d_prompt_HumanEval_132_is_nested.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7fbab64a1d9d97287e3a5c87045ccfaa748490f65093a2f7bd891c17db18f1e
|
3 |
+
size 1103
|
diffs_v3.0/humaneval-d_prompt_HumanEval_133_sum_squares.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fb0fbb6f3d565f6f539cb6bce385e4500413400f60a1de54a083d51014d7365
|
3 |
+
size 907
|
diffs_v3.0/humaneval-d_prompt_HumanEval_134_check_if_last_char_is_a_letter.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b792b8282b7bb6284a67f07e86e634c7e9e96cb860093c7b11e4adb77cadef1b
|
3 |
+
size 1174
|
diffs_v3.0/humaneval-d_prompt_HumanEval_135_can_arrange.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d2b0a3bf8e8077b17b14fece20119464fec0e196567332767329a0f4f6ffb2c
|
3 |
+
size 792
|
diffs_v3.0/humaneval-d_prompt_HumanEval_136_largest_smallest_integers.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2528aed36a8c7adee89511f0d80276a207e69c89d87154954a3bfc9ca1e9dc8c
|
3 |
+
size 1155
|
diffs_v3.0/humaneval-d_prompt_HumanEval_138_is_equal_to_sum_even.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76193de65ee2dcea9cc2de70e3192681acf35b7a29126b728f3da61a1d0d6218
|
3 |
+
size 525
|
diffs_v3.0/humaneval-d_prompt_HumanEval_139_special_factorial.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af057d7d034257dc1950cef220b275bc70fe65ddc35d6b2a87aa62f6b95f645a
|
3 |
+
size 694
|
diffs_v3.0/humaneval-d_prompt_HumanEval_13_greatest_common_divisor.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88fabb2ecc850544eb4ba5fab85872054bd30e53c32c39b49330621dbb0b9d22
|
3 |
+
size 393
|
diffs_v3.0/humaneval-d_prompt_HumanEval_140_fix_spaces.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e766439f07ec415918ad49d21b81a961fdde73daeb6911a34fbc321ab2861f66
|
3 |
+
size 926
|
diffs_v3.0/humaneval-d_prompt_HumanEval_141_file_name_check.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9104c38998d3cfd6154117885b7c33bf5372b9060889148159a0ddc9077d1276
|
3 |
+
size 1552
|
diffs_v3.0/humaneval-d_prompt_HumanEval_142_sum_squares.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d900c6801efe3f89412faedbe45352d1edc1acf08db90487d95b07b7f1596ad
|
3 |
+
size 1216
|
diffs_v3.0/humaneval-d_prompt_HumanEval_143_words_in_sentence.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1e2c5c2015a8dfc8b8396f87d48b49f4e34652085be43ae9c862e395123d6c1
|
3 |
+
size 1364
|
diffs_v3.0/humaneval-d_prompt_HumanEval_144_simplify.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29c443336fe1a6253b2ef9746e76f210017e29c7f7cdc23d1cf9c28917144ef0
|
3 |
+
size 1239
|
diffs_v3.0/humaneval-d_prompt_HumanEval_145_order_by_points.diff
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb784379b7b22905a5ac9639670b95c35d745c7068f10cbcdde5dcac5aaba48c
|
3 |
+
size 952
|