-
Notifications
You must be signed in to change notification settings - Fork 592
Expand file tree
/
Copy path_default_template_yaml
More file actions
30 lines (30 loc) · 901 Bytes
/
_default_template_yaml
File metadata and controls
30 lines (30 loc) · 901 Bytes
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
dataset_path: json
dataset_kwargs:
data_files:
train: hf://datasets/camelCase12/vpct-1/sim_*_results.json
token: false
task: vpct
test_split: train
output_type: generate_until
process_docs: !function utils.vpct_process_docs
doc_to_visual: !function utils.vpct_doc_to_visual
doc_to_text: !function utils.vpct_doc_to_text
doc_to_target: !function utils.vpct_doc_to_target
process_results: !function utils.vpct_process_results
metric_list:
- metric: vpct_accuracy
aggregation: !function utils.vpct_aggregate_accuracy
higher_is_better: true
- metric: vpct_answered_rate
aggregation: !function utils.vpct_aggregate_answered_rate
higher_is_better: true
generation_kwargs:
max_new_tokens: 32
temperature: 0
do_sample: false
lmms_eval_specific_kwargs:
default:
pre_prompt: ""
post_prompt: "\nRespond with answer(X), where X is 1, 2, or 3."
metadata:
version: 0.0