Skip to content

Commit a857626

Browse files
Update README.md
1 parent 179b78b commit a857626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async def collect_trajectories():
304304
"context": obs.test_output,
305305
"metadata": {"task_id": obs.task_id}
306306
}
307-
# Append to training_data.jsonl...
307+
# Append to training_data.jsonl....
308308
```
309309

310310
### Zero-Shot Inference (HuggingFace)
@@ -320,7 +320,7 @@ fixer = pipeline("text-generation", model="Qwen/Qwen2.5-Coder-7B")
320320
env = CodeFixEnvironment()
321321
obs = env.reset(difficulty="easy")
322322

323-
# Generate fix based on environment observation
323+
# Generate a fix based on environment observation
324324
prompt = f"Fix this Python code based on these errors: {obs.test_output}\nCode:\n{obs.current_code}"
325325
suggestion = fixer(prompt)
326326
```

0 commit comments

Comments
 (0)