-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathphysics_judge.yaml
More file actions
34 lines (33 loc) · 1.04 KB
/
physics_judge.yaml
File metadata and controls
34 lines (33 loc) · 1.04 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
physics_judge:
resources_servers:
physics_judge:
entrypoint: app.py
domain: math
verified: false
description: Physics QA verified by NeMo Skills' physics judge LLM with math-verify symbolic fallback
value: Score open-ended physics benchmarks (e.g. PHYSICS) where the judge emits [Correct] / [Incorrect] verdicts
should_use_judge: true
judge_model_server:
type: responses_api_models
name: judge_model
judge_responses_create_params:
input: []
max_output_tokens: 2048
temperature: 0.0
top_p: 1.0
use_chat_completions_for_judge: true
physics_judge_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: physics_judge
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/physics_judge/data/example.jsonl
license: Apache 2.0