forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle_search.yaml
More file actions
33 lines (33 loc) · 1.13 KB
/
google_search.yaml
File metadata and controls
33 lines (33 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
google_search:
resources_servers:
google_search:
entrypoint: app.py
domain: agent
verified: false
description: Multi-choice question answering problems with search tools integrated
value: Improve knowledge-related benchmarks with search tools
google_search_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: google_search
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: train
type: train
jsonl_fpath: resources_servers/google_search/data/train.jsonl
gitlab_identifier:
dataset_name: search_STEM_syn_gpqa_v1_2_difficulty_filtered
version: 0.0.1
artifact_fpath: MCQA_syn_gpqa_1_2_difficulty_filtered_responses_api.jsonl
huggingface_identifier:
repo_id: nvidia/Nemotron-RL-knowledge-web_search-mcqa
artifact_fpath: mcqa_search.jsonl
license: Apache 2.0
- name: example
type: example
jsonl_fpath: resources_servers/google_search/data/example.jsonl