Skip to content
Merged
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 yourbench/utils/convert_to_atlas_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _scorer_yaml(name: str) -> str:
type: llm_judge
options:
regex_pattern: ''
judge_model: google_gemini-2.5-flash-preview-05-20
judge_model: google_gemini-2.5-flash
judge_prompt: |-
Your job is to look at a question, a gold target, and a predicted answer, and then assign a grade of either ["CORRECT", "INCORRECT", "NOT_ATTEMPTED"].
First, I will give examples of each grade, and then you will grade a new example.
Expand Down