forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharc_agi.yaml
More file actions
38 lines (38 loc) · 1.23 KB
/
arc_agi.yaml
File metadata and controls
38 lines (38 loc) · 1.23 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
arc_agi_resources_server:
resources_servers:
arc_agi:
entrypoint: app.py
domain: knowledge
verified: false
description: Solve puzzles designed to test intelligence. See https://arcprize.org/arc-agi.
value: Improve puzzle-solving capabilities.
arc_agi_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: arc_agi_resources_server
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/arc_agi/data/example.jsonl
- name: training_1
type: validation
jsonl_fpath: resources_servers/arc_agi/data/arc_agi_1_training.jsonl
gitlab_identifier:
dataset_name: arc_agi
version: 0.0.1
artifact_fpath: arc_agi_1_training.jsonl
license: Apache 2.0
- name: evaluation_1
type: validation
jsonl_fpath: resources_servers/arc_agi/data/arc_agi_1_evaluation.jsonl
gitlab_identifier:
dataset_name: arc_agi
version: 0.0.1
artifact_fpath: arc_agi_1_evaluation.jsonl
license: Apache 2.0