forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxlam_fc.yaml
More file actions
38 lines (38 loc) · 1.13 KB
/
xlam_fc.yaml
File metadata and controls
38 lines (38 loc) · 1.13 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
xlam_fc:
resources_servers:
xlam_fc:
entrypoint: app.py
domain: agent
verified: false
description: Salesforce xlam-function-calling-60k tool calling tasks
value: Improve tool-calling capabilities
xlam_fc_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: xlam_fc
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/xlam_fc/data/example.jsonl
- name: train
type: train
jsonl_fpath: resources_servers/xlam_fc/data/train.jsonl
gitlab_identifier:
dataset_name: xlam_function_calling_60k
version: 0.0.1
artifact_fpath: train.jsonl
license: Apache 2.0
- name: valid
type: validation
jsonl_fpath: resources_servers/xlam_fc/data/valid.jsonl
gitlab_identifier:
dataset_name: xlam_function_calling_60k
version: 0.0.1
artifact_fpath: valid.jsonl
license: Apache 2.0