VietDunghacker
VietDunghacker
The provided link to the dataset HME100K is inaccessible. Is there any other way I can download the dataset?
In the file conversation.py, the Llama-3 chat is given by the line 107 self.tokenizer.apply_chat_template(chat_template_messages, tokenize=False, add_generation_prompt=False) which means the token and will be inserted automatically by the chat template of...
How to perform batch inference with swift? I don't see it mentioned anywhere in the docs and I cannot find it in the code either.