[Fix] update qwen config (#358)

This commit is contained in:
Leymore 2023-09-05 10:15:19 +08:00 committed by GitHub
parent ab21f3be66
commit 764c2f799a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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,