forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransductive.yaml
More file actions
32 lines (31 loc) · 1.04 KB
/
Copy pathtransductive.yaml
File metadata and controls
32 lines (31 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
nvarc_transductive_resources_server:
resources_servers:
nvarc:
entrypoint: app.py
domain: knowledge
verified: false
description: "ARC-AGI transductive mode: model outputs grid directly"
value: Improve ARC-AGI puzzle-solving by directly predicting transformed grids
agent_mode: transductive
nvarc_transductive_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: nvarc_transductive_resources_server
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/nvarc/data/example.jsonl
- name: train
type: train
jsonl_fpath: resources_servers/nvarc/data/transductive/train.jsonl
license: Apache 2.0
- name: validation
type: validation
jsonl_fpath: resources_servers/nvarc/data/transductive/validation.jsonl
license: Apache 2.0