Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ docker run -it <image> bash
|
|
| 62 |
|
| 63 |
## Inference and Eval
|
| 64 |
|
| 65 |
-
We follow the standard SWE-Agent scaffold, and we provide a sample config (with the prompts) in [
|
| 66 |
|
| 67 |
|
| 68 |
Evaluation is performed by an LLM judge (Claude Opus 4.5) that scores the agent's answer against each rubric criterion independently. Each criterion receives a binary score (met or not met) indicating and is then aggregated.
|
|
|
|
| 62 |
|
| 63 |
## Inference and Eval
|
| 64 |
|
| 65 |
+
We follow the standard SWE-Agent scaffold, and we provide a sample config (with the prompts) in [default_qa_config.yaml](default_qa_config.yaml)
|
| 66 |
|
| 67 |
|
| 68 |
Evaluation is performed by an LLM judge (Claude Opus 4.5) that scores the agent's answer against each rubric criterion independently. Each criterion receives a binary score (met or not met) indicating and is then aggregated.
|