forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontierscience_judge.yaml
More file actions
48 lines (44 loc) · 1.45 KB
/
Copy pathfrontierscience_judge.yaml
File metadata and controls
48 lines (44 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
frontierscience_judge:
resources_servers:
frontierscience_judge:
entrypoint: app.py
domain: other
verified: false
description: FrontierScience answer grading via single-pass LLM judge
value: Evaluate FrontierScience Olympiad short answers or Research rubric-scored answers
judge_model_server:
type: responses_api_models
name: judge_model
judge_responses_create_params:
input: []
max_output_tokens: 2048
judge_mode: olympiad
rubric_pass_score_threshold: 7.0
rubric_max_score: 10.0
judge_prompt_path: resources_servers/frontierscience_judge/prompts/judge.yaml
use_chat_completions_for_judge: true
frontierscience_judge_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: frontierscience_judge
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/frontierscience_judge/data/example.jsonl
license: Apache 2.0
judge_base_url: https://integrate.api.nvidia.com/v1
judge_api_key: ${oc.env:NVIDIA_API_KEY,null}
judge_model_name: openai/gpt-oss-20b
judge_model:
responses_api_models:
openai_model:
entrypoint: app.py
openai_base_url: ${judge_base_url}
openai_api_key: ${judge_api_key}
openai_model: ${judge_model_name}