Assign some 4096 seq lengths
This commit is contained in:
parent
9b0e95abeb
commit
6a75bda419
2 changed files with 3 additions and 0 deletions
|
@ -1049,6 +1049,7 @@ if __name__ == "__main__":
|
|||
'mode': shared.settings['mode'],
|
||||
'skip_special_tokens': shared.settings['skip_special_tokens'],
|
||||
'custom_stopping_strings': shared.settings['custom_stopping_strings'],
|
||||
'truncation_length': shared.settings['truncation_length'],
|
||||
}
|
||||
|
||||
shared.model_config.move_to_end('.*', last=False) # Move to the beginning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue