mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
[OPT] Fix bos token id default (#17441)
This commit is contained in:
parent
98f6e1ee87
commit
7999ec125f
@ -112,7 +112,7 @@ class OPTConfig(PretrainedConfig):
|
||||
init_std=0.02,
|
||||
use_cache=True,
|
||||
pad_token_id=1,
|
||||
bos_token_id=0,
|
||||
bos_token_id=2,
|
||||
eos_token_id=2,
|
||||
**kwargs
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user