Unverified Commit 7999ec12 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[OPT] Fix bos token id default (#17441)

parent 98f6e1ee
...@@ -112,7 +112,7 @@ class OPTConfig(PretrainedConfig): ...@@ -112,7 +112,7 @@ class OPTConfig(PretrainedConfig):
init_std=0.02, init_std=0.02,
use_cache=True, use_cache=True,
pad_token_id=1, pad_token_id=1,
bos_token_id=0, bos_token_id=2,
eos_token_id=2, eos_token_id=2,
**kwargs **kwargs
): ):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment