forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterminus_judge_string_only.yaml
More file actions
49 lines (46 loc) · 1.51 KB
/
terminus_judge_string_only.yaml
File metadata and controls
49 lines (46 loc) · 1.51 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
49
terminus_judge_string_only_resources_server:
resources_servers:
terminus_judge:
entrypoint: app.py
# Verification options
# String similarity only: binary reward, no LLM judge dependency
enable_string_similarity: true
string_similarity_threshold: 0.9
enable_llm_judge: false
domain: agent
verified: false
description: single-step terminal based task (string similarity only)
value: Improve on terminal-style tasks
terminus_judge_string_only_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: terminus_judge_string_only_resources_server
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: train
type: train
jsonl_fpath: resources_servers/terminus_judge/data/train.jsonl
num_repeats: 1
gitlab_identifier:
dataset_name: terminus_judge
version: 0.0.1
artifact_fpath: train.jsonl
license: Apache 2.0
- name: validation
type: validation
jsonl_fpath: resources_servers/terminus_judge/data/validation.jsonl
num_repeats: 1
gitlab_identifier:
dataset_name: terminus_judge
version: 0.0.1
artifact_fpath: validation.jsonl
license: Apache 2.0
- name: example
type: example
jsonl_fpath: resources_servers/terminus_judge/data/example.jsonl
num_repeats: 1