change the following to include tokenize, otherwise return the error
AttributeError: 'NoneType' object has no attribute 'apply_chat_template'
input_prompt = create_prompt(html, tokenizer=tokenizer)
yeah faced the same problemthanks
@zhangjiaxin2012 Good catch, the readme content has been updated accordingly.
ยท Sign up or log in to comment