CoolFace
Apppublic

AMD21/codefixerenv

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
16 commits on main
57280316mo ago

Fix: ensure all scores strictly in (0, 1) in both grader and stdout

AMD21
46d6cfd6mo ago

Fix: grader scores strictly in (0.0, 1.0) — never exactly 0 or 1

AMD21
8b36d246mo ago

Fix: grader scores strictly in (0.0, 1.0) — never exactly 0 or 1

AMD21
666497b6mo ago

Fix: clamp all scores to 0.0-1.0 range

AMD21
6b821836mo ago

Fix: use injected API_BASE_URL+API_KEY for LLM proxy

AMD21
4c64dfe6mo ago

Fix [START]/[STEP]/[END] format with flush=True

AMD21
207e43d6mo ago

Fix [START]/[STEP]/[END] format with flush=True

AMD21
8d8b0e76mo ago

Fix [START]/[STEP]/[END] format with flush=True

AMD21
16734a26mo ago

Fix [START]/[STEP]/[END] format with flush=True

AMD21
69595056mo ago

Fix stdout format to use [START]/[STEP]/[END] brackets

AMD21
e949e9e6mo ago

Add pyproject.toml, uv.lock, server/app.py for openenv validate

AMD21
96199b56mo ago

Fix openenv.yaml to match official spec format

AMD21
dd4408a6mo ago

Fix reset endpoint to handle any request body format

AMD21
586b28a6mo ago

Fix HF Space config header in README

AMD21
905b9166mo ago

Fix inference.py to match official format

AMD21
cf567e76mo ago

Initial submission

Swaroop Haridas