Naimur Rahman

Results 3 issues of Naimur Rahman

Set tokenize=False in tokenizer.apply_chat_template It won't run otherwise since the tokenizing is happening twice. I faced this minor issue when running today. ```python def apply_chat_template(examples): texts = tokenizer.apply_chat_template(examples["conversations"], tokenize =...