YunZhu

Results 1 comments of YunZhu

I found that change the code truncate_len = tokenizer.model_max_length - 577 to truncate_len = tokenizer.model_max_length - 255 will solve it, but I don't know why it was set to 577.