Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/posts/250808-gpt5.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In contrast, our `mini` agent is really just this class:

??? note "SWE-bench config"

- [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/config/extra/swebench.yaml)
- [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/config/benchmarks/swebench.yaml)

```yaml
--8<-- "data/posts/250808-gpt5/swebench.yaml"
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/verified.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Bash Only: Comparing Language Models</h2>
<details>
<summary>Click for more details on the bash-only setup</summary>
<ul>
<li>We use <a href="https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/config/extra/swebench.yaml">this configuration</a> for all models.</li>
<li>We use <a href="https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/config/benchmarks/swebench.yaml">this configuration</a> for all models.</li>
<li>The release number in the leaderboard corresponds to the version of the mini-SWE-agent used to run the evaluation.</li>
<li>Results of release 1.x and 2.x are not necessarily comparable to each other, as 2.x uses tool calling to invoke actions, whereas 1.x parses action from the output strings. Read more about the changes in the <a href="https://mini-swe-agent.com/latest/advanced/v2_migration/">mini-SWE-agent v2 migration guide</a>.</li>
<li>For all results of release 1.x and earlier, the LM temperature is set to 0.0 if the temperature parameter is supported. For all results of release 2.x and later, the temperature parameter is not set.</li>
Expand Down