File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10- ## [ v0.8.1] ( https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.0 ) - 2025-05-17
10+ ## [ v0.8.2] ( https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.2 ) - 2025-05-17
11+
12+ - Add few-shot HumanEval
13+ - Fix prompting setup for MT MBPP. For more details, see https://github.com/allenai/oe-eval-internal/pull/489
14+
15+ ## [ v0.8.1] ( https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.1 ) - 2025-05-17
1116
1217- Add mt MBPP and Minerva Math 500
1318
Original file line number Diff line number Diff line change 11_MAJOR = "0"
22_MINOR = "8"
3- _PATCH = "1 "
3+ _PATCH = "2 "
44_SUFFIX = ""
55
66VERSION_SHORT = "{0}.{1}" .format (_MAJOR , _MINOR )
You can’t perform that action at this time.
0 commit comments