fix: avoid duplicate bos token
This commit is contained in:
parent
ac5a1c6f51
commit
cd57f9c632
|
@ -87,7 +87,7 @@ class GemmaTokenizerFast(PreTrainedTokenizerFast):
|
|||
bos_token="<bos>",
|
||||
eos_token="<eos>",
|
||||
pad_token="<pad>",
|
||||
add_bos_token=True,
|
||||
add_bos_token=False,
|
||||
add_eos_token=False,
|
||||
use_default_system_prompt=False,
|
||||
**kwargs,
|
||||
|
|
Loading…
Reference in New Issue