-
Notifications
You must be signed in to change notification settings - Fork 592
Expand file tree
/
Copy pathegotempo.yaml
More file actions
29 lines (29 loc) · 843 Bytes
/
egotempo.yaml
File metadata and controls
29 lines (29 loc) · 843 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
dataset_path: json
dataset_kwargs:
data_files:
test: https://raw.githubusercontent.com/google-research-datasets/egotempo/main/egotempo_openQA.json
field: annotations
task: egotempo
test_split: test
output_type: generate_until
doc_to_visual: !function utils.egotempo_doc_to_visual
doc_to_text: !function utils.egotempo_doc_to_text
doc_to_target: !function utils.egotempo_doc_to_target
generation_kwargs:
max_new_tokens: 64
temperature: 0
do_sample: false
process_results: !function utils.egotempo_process_results
metric_list:
- metric: egotempo_anls
aggregation: !function utils.egotempo_aggregate_results
higher_is_better: true
lmms_eval_specific_kwargs:
default:
pre_prompt: ""
post_prompt: "\nAnswer with a short phrase."
qwen_vl:
pre_prompt: ""
post_prompt: " Answer:"
metadata:
- version: 0.0