forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar_v2.yaml
More file actions
33 lines (33 loc) · 1.31 KB
/
calendar_v2.yaml
File metadata and controls
33 lines (33 loc) · 1.31 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
calendar:
resources_servers:
calendar:
entrypoint: app.py
domain: agent
verified: false
description: Multi-turn calendar scheduling dataset. User states events and constraints in natural language; model schedules events to satisfy all constraints.
value: Improve multi-turn instruction following capabilities
calendar_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: calendar
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: train
type: train
jsonl_fpath: resources_servers/calendar/data/Nemotron-RL-Instruction-Following-Calendar-v2_train.jsonl
huggingface_identifier:
repo_id: nvidia/Nemotron-RL-Instruction-Following-Calendar-v2
artifact_fpath: train.jsonl
license: Creative Commons Attribution 4.0 International
- name: validation
type: validation
jsonl_fpath: resources_servers/calendar/data/Nemotron-RL-Instruction-Following-Calendar-v2_validation.jsonl
huggingface_identifier:
repo_id: nvidia/Nemotron-RL-Instruction-Following-Calendar-v2
artifact_fpath: validation.jsonl
license: Creative Commons Attribution 4.0 International