mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix]: Add has_image to scienceqa (#391)
Co-authored-by: bensenliu <bensenliu@tencent.com>
This commit is contained in:
parent
47a752cd56
commit
545d50a4c0
@ -16,7 +16,7 @@ val_pipeline = [
|
||||
std=(0.26862954, 0.26130258, 0.27577711)),
|
||||
dict(type='mmpretrain.PackInputs',
|
||||
algorithm_keys=[
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution'
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution', 'has_image'
|
||||
])
|
||||
]
|
||||
|
||||
|
@ -15,7 +15,7 @@ val_pipeline = [
|
||||
),
|
||||
dict(type='mmpretrain.PackInputs',
|
||||
algorithm_keys=[
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution'
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution', 'has_image'
|
||||
])
|
||||
]
|
||||
|
||||
|
@ -14,7 +14,7 @@ val_pipeline = [
|
||||
std=(0.26862954, 0.26130258, 0.27577711)),
|
||||
dict(type='mmpretrain.PackInputs',
|
||||
algorithm_keys=[
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution'
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution', 'has_image'
|
||||
])
|
||||
]
|
||||
|
||||
|
@ -13,7 +13,7 @@ val_pipeline = [
|
||||
std=(0.26862954, 0.26130258, 0.27577711)),
|
||||
dict(type='mmpretrain.PackInputs',
|
||||
algorithm_keys=[
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution'
|
||||
'question', 'gt_answer', 'choices', 'hint', 'lecture', 'solution', 'has_image'
|
||||
])
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user