mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] update qwen config (#358)
This commit is contained in:
parent
ab21f3be66
commit
764c2f799a
@ -19,6 +19,7 @@ models = [
|
|||||||
use_fast=False,
|
use_fast=False,
|
||||||
revision='39fc5fdcb95c8c367bbdb3bfc0db71d96266de09'
|
revision='39fc5fdcb95c8c367bbdb3bfc0db71d96266de09'
|
||||||
),
|
),
|
||||||
|
pad_token_id=151643,
|
||||||
max_out_len=100,
|
max_out_len=100,
|
||||||
max_seq_len=2048,
|
max_seq_len=2048,
|
||||||
batch_size=8,
|
batch_size=8,
|
||||||
|
@ -19,6 +19,7 @@ models = [
|
|||||||
truncation_side='left',
|
truncation_side='left',
|
||||||
trust_remote_code=True,
|
trust_remote_code=True,
|
||||||
use_fast=False,),
|
use_fast=False,),
|
||||||
|
pad_token_id=151643,
|
||||||
max_out_len=100,
|
max_out_len=100,
|
||||||
max_seq_len=2048,
|
max_seq_len=2048,
|
||||||
batch_size=8,
|
batch_size=8,
|
||||||
|
Loading…
Reference in New Issue
Block a user