Closed WenzhengZhang closed 2 years ago
Mmm, probably that is a bug. In all experiments eos_token_id = bos_token_id
so it did not make a difference. Have you tried changing it?
Thanks for your reply! I tried changing it and found it didn't make a difference. I found you seemed to set 2
as both eos_token_id
and bos_token_id
.
Hi, I'm confused about this line. Why do you prepend
eos_token_id
to each sent_orig instead ofbos_token_id
?