forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcritpt.yaml
More file actions
29 lines (28 loc) · 1017 Bytes
/
Copy pathcritpt.yaml
File metadata and controls
29 lines (28 loc) · 1017 Bytes
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
critpt_resources_server:
resources_servers:
critpt:
entrypoint: app.py
domain: other
api_key: ${oc.select:artificial_analysis_api_key,null}
verified: false
description: Research-level physics problems scored by the Artificial Analysis API
value: Evaluate model performance on research-level physics reasoning
fire_after: null # smoke-test only; CLI override fires the batch after N real submissions
critpt_agent:
responses_api_agents:
critpt_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: critpt_resources_server
model_server:
type: responses_api_models
name: policy_model
turn2_prompt_fpath: benchmarks/critpt/prompts/turn2.yaml
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/critpt/data/example.jsonl
prompt_config: benchmarks/critpt/prompts/turn1.yaml
num_repeats: 1
license: Apache 2.0