Closed 545999961 closed 1 year ago
I noticed that the provided usage examples did not include , and the last one '"' taken as the embedding. However, in the training files, '' was included, and '' was chosen as the embedding. Which one should be considered the primary choice?
Hello, We also don't add on training and set add_eos_token to False in below: https://github.com/kongds/scaling_sentemb/blob/8567aa083c1b3c77586670f91e7f78eb80694ad3/ft_llm.py#L390-L392
add_eos_token
Thanks for you help!
I noticed that the provided usage examples did not include , and the last one '"' taken as the embedding. However, in the training files, '' was included, and '' was chosen as the embedding. Which one should be considered the primary choice?