mohit-raghavendra commited on
Commit
24937b5
·
verified ·
1 Parent(s): fca6aac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 [default_code_qa.yaml](default_code_qa.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.
 
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.